|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.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(String message)
Create a SaxonApiException |
|
SaxonApiException(String message,
Throwable cause)
Create a SaxonApiException |
|
SaxonApiException(Throwable cause)
Create a SaxonApiException |
Method Summary | |
---|---|
QName |
getErrorCode()
Get the error code associated with the exception, if there is one |
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(Throwable cause)
cause
- the underlying cause of the exceptionpublic SaxonApiException(String message)
message
- the messagepublic SaxonApiException(String message, Throwable cause)
message
- the messagecause
- the underlying cause of the exceptionMethod Detail |
---|
public String getMessage()
getMessage
in class Throwable
public QName getErrorCode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |