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

Detailed Description

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

Author
mihai

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
 

Constructor & Destructor Documentation

◆ DataFormatterException() [1/4]

bridges.validation.DataFormatterException.DataFormatterException ( )

◆ DataFormatterException() [2/4]

bridges.validation.DataFormatterException.DataFormatterException ( String  message)

◆ DataFormatterException() [3/4]

bridges.validation.DataFormatterException.DataFormatterException ( Throwable  cause)

◆ DataFormatterException() [4/4]

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

Member Function Documentation

◆ getCause()

Throwable bridges.validation.DataFormatterException.getCause ( )

◆ getError()

String bridges.validation.DataFormatterException.getError ( )

Member Data Documentation

◆ aCause

Throwable bridges.validation.DataFormatterException.aCause

◆ aMessage

String bridges.validation.DataFormatterException.aMessage

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