App
Public Member Functions | List of all members
mhr.appcore.exceptions.AllocationException Class Reference

Fatální výjimka značící problém s alokací nativních dat. More...

Inheritance diagram for mhr.appcore.exceptions.AllocationException:
mhr.appcore.exceptions.AppFatalException mhr.appcore.bitmap.exceptions.BitmapAllocationException mhr.appcore.filters.FilterAllocationException mhr.appcore.pointops.LUTAllocationException

Public Member Functions

 AllocationException ()
 
 AllocationException (String detailMessage)
 
 AllocationException (Throwable throwable)
 
 AllocationException (String detailMessage, Throwable throwable)
 

Detailed Description

Fatální výjimka značící problém s alokací nativních dat.

Definition at line 6 of file AllocationException.java.

Constructor & Destructor Documentation

mhr.appcore.exceptions.AllocationException.AllocationException ( )
inline

Definition at line 8 of file AllocationException.java.

{
}
mhr.appcore.exceptions.AllocationException.AllocationException ( String  detailMessage)
inline

Definition at line 11 of file AllocationException.java.

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

Definition at line 15 of file AllocationException.java.

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

Definition at line 19 of file AllocationException.java.

{
super(detailMessage, throwable);
}

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