public class SaxonApiException extends Exception
| Constructor and Description | 
|---|
| SaxonApiException(String message)Create a SaxonApiException | 
| SaxonApiException(String message,
                 Throwable cause)Create a SaxonApiException | 
| SaxonApiException(Throwable cause)Create a SaxonApiException | 
| Modifier and Type | Method and Description | 
|---|---|
| QName | getErrorCode()Get the error code associated with the exception, if there is one | 
| String | getMessage()Returns the detail message string of this throwable. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SaxonApiException(Throwable cause)
cause - the underlying cause of the exceptionpublic SaxonApiException(String message)
message - the messagepublic String getMessage()
getMessage in class Throwablepublic QName getErrorCode()
Copyright (c) 2004-2013 Saxonica Limited. All rights reserved.