|
Textractor API textractor-720 (20091120123250) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
textractor.TextractorException
public class TextractorException
Indicates a condition in the textractor processing pipeline that a reasonable application might want to catch.
| Constructor Summary | |
|---|---|
TextractorException()
Constructs a new exception with null as its
detail message. |
|
TextractorException(String message)
Constructs a new exception with the specified detail message. |
|
TextractorException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause. |
|
TextractorException(Throwable cause)
Constructs a new exception with the specified cause and null as its detail message.. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TextractorException()
null as its
detail message.
public TextractorException(String message)
message - The detail message.public TextractorException(Throwable cause)
null as its detail message.. This constructor is useful
for exceptions that are little more than wrappers for other
throwables.
cause - The cause. (A null value is permitted, and
indicates that the cause is nonexistent or unknown.)
public TextractorException(String message,
Throwable cause)
message - The detail message.cause - The cause. (A null value is permitted, and
indicates that the cause is nonexistent or unknown.)
|
Textractor API textractor-720 (20091120123250) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||