com.iparelan.util
Class MarshallingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.iparelan.util.MarshallingException
- All Implemented Interfaces:
- Serializable
@Generated(value="com.iparelan.jet.Jet",
date="2008-07-28T11:54:00.728-0400")
public class MarshallingException
- extends RuntimeException
An exception that signals an error in marshalling or unmarshalling.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
subType
private final MarshallingException.SubType subType
MarshallingException
public MarshallingException(MarshallingException.SubType subType,
String msg)
- Creates a
MarshallingException
.
- Parameters:
subType
- The exception sub type. May not be null
.msg
- A message describing this error.
May not be null
.
MarshallingException
public MarshallingException(MarshallingException.SubType subType,
Throwable cause)
- Creates a
MarshallingException
.
- Parameters:
subType
- The exception sub type. May not be null
.cause
- The error that caused this error.
May not be null
.
MarshallingException
public MarshallingException(MarshallingException.SubType subType,
String msg,
Throwable cause)
- Creates a
MarshallingException
.
- Parameters:
subType
- The exception sub type. May not be null
.msg
- A message describing this error.
May not be null
.cause
- The error that caused this error.
May not be null
.
getSubType
public MarshallingException.SubType getSubType()
- Produces the exception
subtype
.
- Returns:
- the exception subtype. Never
null
.
Copyright © 2008 Iparelan Solutions, LLC. All rights reserved.