java.io.Serializable
public class SchemaException extends XMLException
Constructor | Description |
---|---|
SchemaException() |
Creates a new SchemaException with no message
or nested Exception.
|
SchemaException(java.lang.Exception exception) |
Creates a new SchemaException with the given nested
exception.
|
SchemaException(java.lang.String message) |
Creates a new SchemaException with the given message.
|
SchemaException(java.lang.String message,
java.lang.Exception exception) |
Creates a new SchemaException with the given message
and nested exception.
|
getCause, getMessage, initCause, printStackTrace, printStackTrace, printStackTrace
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, setStackTrace
getErrorCode, setErrorCode, setLocation, toString
public SchemaException()
public SchemaException(java.lang.String message)
message
- the message for this Exceptionpublic SchemaException(java.lang.Exception exception)
exception
- the nested exceptionpublic SchemaException(java.lang.String message, java.lang.Exception exception)
message
- the detail message for this exceptionexception
- the nested exceptionIntalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com