SMILA (incubation) API documentation

org.eclipse.smila.datamodel.tools.record.filter
Class RecordFilterNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.smila.datamodel.tools.record.filter.RecordFilterNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class RecordFilterNotFoundException
extends java.lang.Exception

The Class RecordFilerException.

See Also:
Serialized Form

Constructor Summary
RecordFilterNotFoundException()
          Instantiates a new record filer exception.
RecordFilterNotFoundException(java.lang.String arg0)
          Instantiates a new record filer exception.
RecordFilterNotFoundException(java.lang.String arg0, java.lang.Throwable arg1)
          Instantiates a new record filer exception.
RecordFilterNotFoundException(java.lang.Throwable arg0)
          Instantiates a new record filer exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RecordFilterNotFoundException

public RecordFilterNotFoundException()
Instantiates a new record filer exception.


RecordFilterNotFoundException

public RecordFilterNotFoundException(java.lang.String arg0)
Instantiates a new record filer exception.

Parameters:
arg0 - the arg0

RecordFilterNotFoundException

public RecordFilterNotFoundException(java.lang.Throwable arg0)
Instantiates a new record filer exception.

Parameters:
arg0 - the arg0

RecordFilterNotFoundException

public RecordFilterNotFoundException(java.lang.String arg0,
                                     java.lang.Throwable arg1)
Instantiates a new record filer exception.

Parameters:
arg0 - the arg0
arg1 - the arg1

SMILA (incubation) API documentation