net.sf.saxon.type
public class SchemaException extends TransformerConfigurationException
Constructor Summary | |
---|---|
SchemaException()
Creates a new XMLException with no message
or nested Exception. | |
SchemaException(String message, SourceLocator locator) | |
SchemaException(String message)
Creates a new XMLException with the given message.
| |
SchemaException(Throwable exception)
Creates a new XMLException with the given nested
exception.
| |
SchemaException(String message, Throwable exception)
Creates a new XMLException with the given message
and nested exception.
|
Parameters: message the message for this Exception
Parameters: exception the nested exception
Parameters: message the detail message for this exception exception the nested exception