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

Public Member Functions

 LayerCreationException ()
 
 LayerCreationException (String detailMessage)
 
 LayerCreationException (Throwable throwable)
 
 LayerCreationException (String detailMessage, Throwable throwable)
 

Detailed Description

Definition at line 5 of file LayerCreationException.java.

Constructor & Destructor Documentation

mhr.appcore.image.exceptions.LayerCreationException.LayerCreationException ( )
inline

Definition at line 7 of file LayerCreationException.java.

{
}
mhr.appcore.image.exceptions.LayerCreationException.LayerCreationException ( String  detailMessage)
inline

Definition at line 10 of file LayerCreationException.java.

{
super(detailMessage);
}
mhr.appcore.image.exceptions.LayerCreationException.LayerCreationException ( Throwable  throwable)
inline

Definition at line 14 of file LayerCreationException.java.

{
super(throwable);
}
mhr.appcore.image.exceptions.LayerCreationException.LayerCreationException ( String  detailMessage,
Throwable  throwable 
)
inline

Definition at line 18 of file LayerCreationException.java.

{
super(detailMessage, throwable);
}

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