public class SchemaException extends XMLException
Constructor and Description |
---|
SchemaException()
Creates a new SchemaException with no message
or nested Exception.
|
SchemaException(Exception exception)
Creates a new SchemaException with the given nested
exception.
|
SchemaException(String message)
Creates a new SchemaException with the given message.
|
SchemaException(String message,
Exception exception)
Creates a new SchemaException with the given message
and nested exception.
|
getErrorCode, setErrorCode, setLocation, toString
getCause, getMessage, initCause, printStackTrace, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, setStackTrace
public SchemaException()
public SchemaException(String message)
message
- the message for this Exceptionpublic SchemaException(Exception exception)
exception
- the nested exceptionCopyright © 2016. All rights reserved.