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)
Creates a new ResolverException with the given message and error code.
|
ResolverException(String message,
Throwable exception)
Creates a new ResolverException with the given message and nested
Exception.
|
ResolverException(String message,
Throwable exception,
int errorCode)
Creates a new ResolverException with the given message, nested Exception,
and errorCode.
|
ResolverException(Throwable exception)
Creates a new ResolverException with the given nested exception.
|
getErrorCode, setErrorCode, setLocation, toString
getCause, getMessage, initCause, printStackTrace, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, setStackTrace
public ResolverException()
public ResolverException(String message)
message
- the message for this Exception.public ResolverException(Throwable exception)
exception
- the nested exceptionpublic ResolverException(String message, int errorCode)
message
- the message for this Exception.errorCode
- the error code for this Exception.public ResolverException(String message, Throwable exception)
message
- the message for this Exception.exception
- the nested Exception.public ResolverException(String message, Throwable exception, int errorCode)
message
- the message for this Exception.exception
- the nested Exception.errorCode
- the error code for this Exception.Copyright © 2013. All rights reserved.