java.io.Serializable
public class SchemaException
extends javax.xml.transform.TransformerConfigurationException
Constructor | Description |
---|---|
SchemaException() |
Creates a new XMLException with no message
or nested Exception.
|
SchemaException(java.lang.String message) |
Creates a new XMLException with the given message.
|
SchemaException(java.lang.String message,
java.lang.Throwable exception) |
Creates a new XMLException with the given message
and nested exception.
|
SchemaException(java.lang.String message,
javax.xml.transform.SourceLocator locator) |
|
SchemaException(java.lang.Throwable exception) |
Creates a new XMLException with the given nested
exception.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public SchemaException()
public SchemaException(java.lang.String message, javax.xml.transform.SourceLocator locator)
public SchemaException(java.lang.String message)
message
- the message for this Exceptionpublic SchemaException(java.lang.Throwable exception)
exception
- the nested exceptionpublic SchemaException(java.lang.String message, java.lang.Throwable exception)
message
- the detail message for this exceptionexception
- the nested exception