org.objectweb.jonathan.presentation.api
Class MarshalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.jonathan.apis.kernel.JonathanException
org.objectweb.jonathan.presentation.api.MarshalException
- All Implemented Interfaces:
- Serializable
public class MarshalException
- extends org.objectweb.jonathan.apis.kernel.JonathanException
MarshalException is a checked exception that indicates that an error occured
when marshalling data.
- See Also:
- Serialized Form
Methods inherited from class org.objectweb.jonathan.apis.kernel.JonathanException |
getMessage, printStackTrace, printStackTrace, printStackTrace, represents, toString |
MarshalException
public MarshalException()
- Constructs a new MarshalException with no detail message.
MarshalException
public MarshalException(String s)
- Builds a MarshalException with a detail message.
MarshalException
public MarshalException(Exception exception)
- Builds a MarshalException that wraps another exception.