java.io.Serializablepublic 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, printStackTraceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, setStackTracegetErrorCode, setErrorCode, setLocation, toStringpublic 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