com.rapidtransform.core.model
Class XMLMarshalingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.rapidtransform.core.ConveloException
              extended by com.rapidtransform.core.model.XMLMarshalingException
All Implemented Interfaces:
java.io.Serializable

public class XMLMarshalingException
extends ConveloException

Author:
Steve Werner
See Also:
Serialized Form

Constructor Summary
XMLMarshalingException(java.lang.String message)
           
XMLMarshalingException(java.lang.String message, java.lang.Throwable nested)
           
 
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

XMLMarshalingException

public XMLMarshalingException(java.lang.String message,
                              java.lang.Throwable nested)
Parameters:
message -
nested -

XMLMarshalingException

public XMLMarshalingException(java.lang.String message)
Parameters:
message -