|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.exolab.castor.core.exceptions.CastorException
org.exolab.castor.xml.XMLException
org.exolab.castor.xml.ResolverException
public class ResolverException
The exception class thrown by the ClassDescriptorResolver
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary |
|---|
| Methods inherited from class org.exolab.castor.xml.XMLException |
|---|
getErrorCode, setErrorCode, setLocation, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public 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 exception
public 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||