|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.semanticdesktop.aperture.extractor.ExtractorException
public class ExtractorException
Thrown to indicate that an error occurred while extracting information from an InputStream by an Extractor. A typical use case of this exception is for reporting parse errors.
Constructor Summary | |
---|---|
ExtractorException()
Constructs an ExtractorException with no detail message. |
|
ExtractorException(String msg)
Constructs an ExtractorException with the specified detail message. |
|
ExtractorException(String msg,
Throwable source)
Constructs an ExtractorException with the specified detail message and cause. |
|
ExtractorException(Throwable source)
Constructs an ExtractorException with the specified cause and a detail message of (cause==null ? |
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()
public ExtractorException(String msg)
msg
- The detail message.public ExtractorException(String msg, Throwable source)
msg
- The detail message.source
- 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.public ExtractorException(Throwable source)
source
- 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 |