App
Public Member Functions | List of all members
mhr.appcore.filters.FilterAllocationException Class Reference

Výjimka pro nepovedenou alokaci nativního filtru. More...

Inheritance diagram for mhr.appcore.filters.FilterAllocationException:
mhr.appcore.exceptions.AllocationException mhr.appcore.exceptions.AppFatalException

Public Member Functions

 FilterAllocationException ()
 
 FilterAllocationException (String detailMessage)
 
 FilterAllocationException (Throwable throwable)
 
 FilterAllocationException (String detailMessage, Throwable throwable)
 

Detailed Description

Výjimka pro nepovedenou alokaci nativního filtru.

Definition at line 9 of file FilterAllocationException.java.

Constructor & Destructor Documentation

mhr.appcore.filters.FilterAllocationException.FilterAllocationException ( )
inline

Definition at line 11 of file FilterAllocationException.java.

{
}
mhr.appcore.filters.FilterAllocationException.FilterAllocationException ( String  detailMessage)
inline

Definition at line 14 of file FilterAllocationException.java.

{
super(detailMessage);
}
mhr.appcore.filters.FilterAllocationException.FilterAllocationException ( Throwable  throwable)
inline

Definition at line 18 of file FilterAllocationException.java.

{
super(throwable);
}
mhr.appcore.filters.FilterAllocationException.FilterAllocationException ( String  detailMessage,
Throwable  throwable 
)
inline

Definition at line 22 of file FilterAllocationException.java.

{
super(detailMessage, throwable);
}

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