public class ResolverException extends XMLException
| Constructor and Description |
|---|
ResolverException()
Creates a new
ResolverException with no message or nested exception. |
ResolverException(String message)
Creates a new
ResolverException with the given message. |
ResolverException(String message,
int errorCode)
Deprecated.
|
ResolverException(String message,
Throwable exception)
Creates a new
ResolverException with the given message and nested exception. |
ResolverException(String message,
Throwable exception,
int errorCode)
Deprecated.
|
ResolverException(Throwable exception)
Creates a new
ResolverException with the given nested exception. |
getErrorCode, setErrorCode, setLocation, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ResolverException()
ResolverException with no message or nested exception.public ResolverException(String message)
ResolverException with the given message.message - the message for this exception.public ResolverException(Throwable exception)
ResolverException with the given nested exception.exception - the nested exceptionpublic ResolverException(String message, int errorCode)
ResolverException with the given message and error code.message - the message for this exception.errorCode - the error code for this exception.public ResolverException(String message, Throwable exception)
ResolverException with the given message and nested exception.message - the message for this exception.exception - the nested exception.public ResolverException(String message, Throwable exception, int errorCode)
ResolverException with the given message, nested exception, and error
code.message - the message for this exception.exception - the nested exception.errorCode - the error code for this exception.Copyright © 2016. All rights reserved.