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