class: TransformingException

public abstract class: TransformingException
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: {087D6C35-1D2E-4f6b-AA86-27EE5C259829}
This is the abstract super class of all more specific XML transforming exceptions.
 

Goto: Custom Properties, Methods

Extends: TechnicalException

See also: MarshallingException, TechnicalException, UnmarshallingException, WrongEnumException

Appears in: exceptions

Connections
 
Custom Properties
 
TransformingException Methods
Operation Details
protected
TransformingException(
   String msg):
Sequential
Notes: Constructor forwarding a given exception message to the upper exception chain.
protected
TransformingException(
   String msg,
   Throwable cause):
Sequential
Notes: Constructor forwarding a given exception message and a cause to the upper exception chain.