App
Public Member Functions | List of all members
mhr.appcore.pointops.LUTAllocationException Class Reference
Inheritance diagram for mhr.appcore.pointops.LUTAllocationException:
mhr.appcore.exceptions.AllocationException mhr.appcore.exceptions.AppFatalException

Public Member Functions

 LUTAllocationException ()
 
 LUTAllocationException (String detailMessage)
 
 LUTAllocationException (Throwable throwable)
 
 LUTAllocationException (String detailMessage, Throwable throwable)
 

Detailed Description

Definition at line 6 of file LUTAllocationException.java.

Constructor & Destructor Documentation

mhr.appcore.pointops.LUTAllocationException.LUTAllocationException ( )
inline

Definition at line 8 of file LUTAllocationException.java.

{
}
mhr.appcore.pointops.LUTAllocationException.LUTAllocationException ( String  detailMessage)
inline

Definition at line 11 of file LUTAllocationException.java.

{
super(detailMessage);
}
mhr.appcore.pointops.LUTAllocationException.LUTAllocationException ( Throwable  throwable)
inline

Definition at line 15 of file LUTAllocationException.java.

{
super(throwable);
}
mhr.appcore.pointops.LUTAllocationException.LUTAllocationException ( String  detailMessage,
Throwable  throwable 
)
inline

Definition at line 19 of file LUTAllocationException.java.

{
super(detailMessage, throwable);
}

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