public class SchemaException extends TransformerConfigurationException
Constructor and Description |
---|
SchemaException()
Creates a new XMLException with no message
or nested Exception.
|
SchemaException(String message)
Creates a new XMLException with the given message.
|
SchemaException(String message,
SourceLocator locator) |
SchemaException(String message,
Throwable exception)
Creates a new XMLException with the given message
and nested exception.
|
SchemaException(Throwable exception)
Creates a new XMLException with the given nested
exception.
|
getCause, getException, getLocationAsString, getLocator, getMessageAndLocation, initCause, printStackTrace, printStackTrace, printStackTrace, setLocator
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace, toString
public SchemaException()
public SchemaException(String message, SourceLocator locator)
public SchemaException(String message)
message
- the message for this Exceptionpublic SchemaException(Throwable exception)
exception
- the nested exceptionCopyright (c) 2004-2013 Saxonica Limited. All rights reserved.