|
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
java.lang.RuntimeException
textractor.TextractorRuntimeException
public final class TextractorRuntimeException
Used to indicate a problem during Textractor execution.
| Constructor Summary | |
|---|---|
TextractorRuntimeException()
Constructs a new runtime exception with null as its
detail message. |
|
TextractorRuntimeException(String message)
Constructs a new runtime exception with the specified detail message. |
|
TextractorRuntimeException(String message,
Throwable cause)
Constructs a new runtime exception with the specified detail message and cause. |
|
TextractorRuntimeException(Throwable cause)
Constructs a new runtime 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 TextractorRuntimeException()
null as its
detail message.
public TextractorRuntimeException(String message)
message - The detail message.public TextractorRuntimeException(Throwable cause)
null as its detail message.. This constructor is useful
for runtime 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 TextractorRuntimeException(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 | |||||||||