ca.infoway.messagebuilder.marshalling
Class MarshallingException

Package class diagram package MarshallingException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ca.infoway.messagebuilder.marshalling.MarshallingException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ModelToXmlTransformationException, RenderingException, XmlToModelTransformationException

public class MarshallingException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
MarshallingException()
           
MarshallingException(String message)
           
MarshallingException(String message, Throwable cause)
           
MarshallingException(Throwable cause)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MarshallingException

public MarshallingException()

MarshallingException

public MarshallingException(String message,
                            Throwable cause)

MarshallingException

public MarshallingException(String message)

MarshallingException

public MarshallingException(Throwable cause)


Copyright © 2013. All Rights Reserved.