class: TechnicalException

public class: TechnicalException
Author: Miriam Doelle (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:12:52; Modified: 16.07.2009 15:12:52;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {9D84DA1A-9F3D-4059-82DF-5CB6974F14E0}
Basic exception for all exceptions caused by technical or infrastructure errors.
 

Goto: Custom Properties, Methods

See also: TransformingException

Appears in: exceptions

Connections
 
Custom Properties
 
TechnicalException Methods
Operation Details
public
TechnicalException():
Sequential
Notes: Default constructor.
public
TechnicalException(
   String text):
Sequential
Notes: Constructor with text.
public
TechnicalException(
   Throwable throwable):
Sequential
Notes: Constructor with an original exception.
public
TechnicalException(
   String text,
   Throwable throwable):
Sequential
Notes: Constructor with an original exception and a text.