|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
messif.objects.extraction.ExtractorException
public class ExtractorException
Throwable that indicates an error during extraction.
Constructor Summary | |
---|---|
ExtractorException()
Creates a new instance of ExtractorException without detail message. |
|
ExtractorException(java.lang.String msg)
Constructs an instance of ExtractorException with the specified detail message. |
|
ExtractorException(java.lang.String msg,
java.lang.Throwable cause)
Constructs an instance of ExtractorException with the
specified detail message and cause. |
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 ExtractorException()
ExtractorException
without detail message.
public ExtractorException(java.lang.String msg)
ExtractorException
with the specified detail message.
msg
- the detail message.public ExtractorException(java.lang.String msg, java.lang.Throwable cause)
ExtractorException
with the
specified detail message and cause.
msg
- the detail message.cause
- the cause which is saved for later retrieval by the
Throwable.getCause()
method); a null value is
permitted, and indicates that the cause is nonexistent or
unknown
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |