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
|
int |
getLineNumber()
Get the line number associated with the exception, if known.
|
String |
getMessage()
Returns the detail message string of this throwable.
|
String |
getSystemId()
Get the URI of the module associated with the exception, if known.
|
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()
public int getLineNumber()
public String getSystemId()
Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.