class: UnmarshallingException

public class: UnmarshallingException
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:23; Modified: 16.07.2009 15:14:23;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {E308032B-1A20-4548-A30B-7DD24424748E}
This exception occurs whenever something goes wrong during unmarshalling. The member variable <i>m_xml</i> contains information about the XML that should have been unmarshalled.
 

Goto: Custom Properties, Fields, Methods

Extends: TransformingException

See also: TransformingException, WrongDateException

Appears in: exceptions

Connections
 
Custom Properties
 
UnmarshallingException Attributes
Attribute Details
private String
  m_xml
Notes: The XML that should have been unmarshalled and that caused the exception.
 
UnmarshallingException Methods
Operation Details
public
getXml():String
Sequential
Notes: Delivers the XML that should have been unmarshalled and that caused the exception.
@return The xml
public
UnmarshallingException(
   String xml,
   Throwable cause):
Sequential
Notes: Constructor forwarding a given exception message and a cause to the upper exception chain. The XML that should have been unmarshalled is stored in the according member variable.