com.rapidtransform.core
Class ConveloException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.rapidtransform.core.ConveloException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidQNameException, MetaException, XMLMarshalingException

public class ConveloException
extends java.lang.Exception

Author:
Steve
See Also:
Serialized Form

Constructor Summary
ConveloException(java.lang.String message)
          Constructor for a RapidException with the given error message.
ConveloException(java.lang.String message, java.lang.Throwable nested)
          Constructor for a RapidException with the given error message and nested exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConveloException

public ConveloException(java.lang.String message)
Constructor for a RapidException with the given error message.

Parameters:
message -

ConveloException

public ConveloException(java.lang.String message,
                        java.lang.Throwable nested)
Constructor for a RapidException with the given error message and nested exception.

Parameters:
message -
nested -