Bridges-Java-2.3.3  2.3.3
Bridges(JavaAPI)
Public Member Functions | Public Attributes | List of all members
bridges.validation.DataFormatterException Class Reference
Inheritance diagram for bridges.validation.DataFormatterException:

Public Member Functions

 DataFormatterException ()
 
 DataFormatterException (String message)
 
 DataFormatterException (Throwable cause)
 
 DataFormatterException (String message, Throwable cause)
 
String getError ()
 
Throwable getCause ()
 

Public Attributes

String aMessage
 
Throwable aCause
 

Detailed Description

This is an extension of the Exception class adding my customized exceptions

Author
mihai

Constructor & Destructor Documentation

bridges.validation.DataFormatterException.DataFormatterException ( )
bridges.validation.DataFormatterException.DataFormatterException ( String  message)
bridges.validation.DataFormatterException.DataFormatterException ( Throwable  cause)
bridges.validation.DataFormatterException.DataFormatterException ( String  message,
Throwable  cause 
)

Member Function Documentation

Throwable bridges.validation.DataFormatterException.getCause ( )
String bridges.validation.DataFormatterException.getError ( )

Member Data Documentation

Throwable bridges.validation.DataFormatterException.aCause
String bridges.validation.DataFormatterException.aMessage

The documentation for this class was generated from the following file: