net.sf.saxon.type
Class SchemaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.xml.transform.TransformerException
javax.xml.transform.TransformerConfigurationException
net.sf.saxon.type.SchemaException
- All Implemented Interfaces:
- Serializable
- public class SchemaException
- extends TransformerConfigurationException
An exception that identifies an error in reading, parsing, or
validating a schema.
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
SchemaException
public SchemaException()
- Creates a new XMLException with no message
or nested Exception.
SchemaException
public SchemaException(String message,
SourceLocator locator)
SchemaException
public SchemaException(String message)
- Creates a new XMLException with the given message.
- Parameters:
message
- the message for this Exception
SchemaException
public SchemaException(Exception exception)
- Creates a new XMLException with the given nested
exception.
- Parameters:
exception
- the nested exception
SchemaException
public SchemaException(String message,
Exception exception)
- Creates a new XMLException with the given message
and nested exception.
- Parameters:
message
- the detail message for this exceptionexception
- the nested exception