public class ResolverException extends XMLException
| Constructor and Description |
|---|
ResolverException()
Creates a new ResolverException with no message or nested Exception.
|
ResolverException(java.lang.String message)
Creates a new ResolverException with the given message.
|
ResolverException(java.lang.String message,
int errorCode)
Creates a new ResolverException with the given message and error code.
|
ResolverException(java.lang.String message,
java.lang.Throwable exception)
Creates a new ResolverException with the given message and nested
Exception.
|
ResolverException(java.lang.String message,
java.lang.Throwable exception,
int errorCode)
Creates a new ResolverException with the given message, nested Exception,
and errorCode.
|
ResolverException(java.lang.Throwable exception)
Creates a new ResolverException with the given nested exception.
|
getErrorCode, setErrorCode, setLocation, toStringgetCause, getMessage, initCause, printStackTrace, printStackTrace, printStackTracepublic ResolverException()
public ResolverException(java.lang.String message)
message - the message for this Exception.public ResolverException(java.lang.Throwable exception)
exception - the nested exceptionpublic ResolverException(java.lang.String message,
int errorCode)
message - the message for this Exception.errorCode - the error code for this Exception.public ResolverException(java.lang.String message,
java.lang.Throwable exception)
message - the message for this Exception.exception - the nested Exception.public ResolverException(java.lang.String message,
java.lang.Throwable exception,
int errorCode)
message - the message for this Exception.exception - the nested Exception.errorCode - the error code for this Exception.Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com