|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.sf.saxon.s9api.SaxonApiException
public class SaxonApiException
An exception thrown by the Saxon s9api API. This is always a wrapper for some other underlying exception
Constructor Summary | |
---|---|
SaxonApiException(java.lang.String message)
Create a SaxonApiException |
|
SaxonApiException(java.lang.Throwable e)
Create a SaxonApiException |
Method Summary | |
---|---|
java.lang.String |
getMessage()
Returns the detail message string of this throwable. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, 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 SaxonApiException(java.lang.Throwable e)
e
- the underlying exceptionpublic SaxonApiException(java.lang.String message)
message
- the messageMethod Detail |
---|
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |