class: MarshallingException

public class: MarshallingException
Author: Johannes Mueller (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:14:22; Modified: 16.07.2009 15:14:22;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {E1146A07-B120-48e0-AD54-0F9202AB173E}
This exception occurs whenever something goes wrong during marshalling. The member variable <i>marshalledObjectType</i> contains information about the object type that should have been marshalled.
 

Goto: Custom Properties, Fields, Methods

Extends: TransformingException

See also: TransformingException

Appears in: exceptions

Connections
 
Custom Properties
 
MarshallingException Attributes
Attribute Details
private String
  m_marshalledObjectType
 
MarshallingException Methods
Operation Details
public
getMarshalledObjectType():String
Sequential
Notes: Delivers the name of the object type that should have been marshalled.
@return The name of the object type
public
MarshallingException(
   String marshalledObjectType,
   Throwable cause):
Sequential
Notes: This constructor creates a new MarshallingException and stores the given name of the object type that should have been marshalled in the according member variable.