public class SchemaException extends XMLException
| Constructor and Description |
|---|
SchemaException()
Creates a new
SchemaException with no message
or nested exception. |
SchemaException(String message)
Creates a new
SchemaException with the given message. |
SchemaException(String message,
Throwable exception)
Creates a new
SchemaException with the given message
and nested exception. |
SchemaException(Throwable exception)
Creates a new
SchemaException with the given nested
exception. |
getErrorCode, setErrorCode, setLocation, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic SchemaException()
SchemaException with no message
or nested exception.public SchemaException(String message)
SchemaException with the given message.message - the message for this exceptionpublic SchemaException(Throwable exception)
SchemaException with the given nested
exception.exception - the nested exceptionpublic SchemaException(String message, Throwable exception)
SchemaException with the given message
and nested exception.message - the detail message for this exceptionexception - the nested exceptionCopyright © 2021. All rights reserved.