BrightSide Workbench Full Report + Source Code
org.turro.elephant.exception.ElephantException Class Reference
Inheritance diagram for org.turro.elephant.exception.ElephantException:
Collaboration diagram for org.turro.elephant.exception.ElephantException:

Public Member Functions

 ElephantException ()
 
 ElephantException (String message)
 
 ElephantException (Throwable throwable)
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 24 of file ElephantException.java.

Constructor & Destructor Documentation

◆ ElephantException() [1/3]

org.turro.elephant.exception.ElephantException.ElephantException ( )

Creates a new instance of ElephantException

Definition at line 27 of file ElephantException.java.

27  {
28  super();
29  }

◆ ElephantException() [2/3]

org.turro.elephant.exception.ElephantException.ElephantException ( String  message)

Definition at line 31 of file ElephantException.java.

31  {
32  super(message);
33  }

◆ ElephantException() [3/3]

org.turro.elephant.exception.ElephantException.ElephantException ( Throwable  throwable)

Definition at line 35 of file ElephantException.java.

35  {
36  super(throwable);
37  }

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