org.exolab.castor.xml
Class ResolverException
public class ResolverException
The exception class thrown by the ClassDescriptorResolver
$Revision: 6905 $ $Date: $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, 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(String message, int errorCode)- Creates a new ResolverException with the given message and error code.
|
ResolverException(Throwable exception)- Creates a new ResolverException with the given nested exception.
|
ResolverException
public ResolverException()
Creates a new ResolverException with no message or nested Exception.
ResolverException
public ResolverException(String message)
Creates a new ResolverException with the given message.
message - the message for this Exception.
ResolverException
public ResolverException(String message,
Throwable exception) Creates a new ResolverException with the given message and nested
Exception.
message - the message for this Exception.exception - the nested Exception.
ResolverException
public ResolverException(String message,
Throwable exception,
int errorCode) Creates a new ResolverException with the given message, nested Exception,
and errorCode.
message - the message for this Exception.exception - the nested Exception.errorCode - the error code for this Exception.
ResolverException
public ResolverException(String message,
int errorCode) Creates a new ResolverException with the given message and error code.
message - the message for this Exception.errorCode - the error code for this Exception.
ResolverException
public ResolverException(Throwable exception)
Creates a new ResolverException with the given nested exception.
exception - the nested exception
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com