org.exolab.castor.xml
Class ResolverException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.exolab.castor.core.exceptions.CastorException
              extended by org.exolab.castor.xml.XMLException
                  extended by org.exolab.castor.xml.ResolverException
All Implemented Interfaces:
java.io.Serializable

public class ResolverException
extends XMLException

The exception class thrown by the ClassDescriptorResolver

Version:
$Revision: 6905 $ $Date: $
Author:
Keith Visco
See Also:
Serialized Form

Constructor Summary
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.
 
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

ResolverException

public ResolverException()
Creates a new ResolverException with no message or nested Exception.


ResolverException

public ResolverException(java.lang.String message)
Creates a new ResolverException with the given message.

Parameters:
message - the message for this Exception.

ResolverException

public ResolverException(java.lang.Throwable exception)
Creates a new ResolverException with the given nested exception.

Parameters:
exception - the nested exception

ResolverException

public ResolverException(java.lang.String message,
                         int errorCode)
Creates a new ResolverException with the given message and error code.

Parameters:
message - the message for this Exception.
errorCode - the error code for this Exception.

ResolverException

public ResolverException(java.lang.String message,
                         java.lang.Throwable exception)
Creates a new ResolverException with the given message and nested Exception.

Parameters:
message - the message for this Exception.
exception - the nested Exception.

ResolverException

public ResolverException(java.lang.String message,
                         java.lang.Throwable exception,
                         int errorCode)
Creates a new ResolverException with the given message, nested Exception, and errorCode.

Parameters:
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