SMILA API documentation

org.eclipse.smila.datamodel.filter
Class RecordFilterLoadSaveException

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

public class RecordFilterLoadSaveException
extends java.lang.Exception

The Class RecordFilerException.

See Also:
Serialized Form

Constructor Summary
RecordFilterLoadSaveException()
          Instantiates a new record filer exception.
RecordFilterLoadSaveException(java.lang.String arg0)
          Instantiates a new record filer exception.
RecordFilterLoadSaveException(java.lang.String arg0, java.lang.Throwable arg1)
          Instantiates a new record filer exception.
RecordFilterLoadSaveException(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

RecordFilterLoadSaveException

public RecordFilterLoadSaveException()
Instantiates a new record filer exception.


RecordFilterLoadSaveException

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

Parameters:
arg0 - the arg0

RecordFilterLoadSaveException

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

Parameters:
arg0 - the arg0

RecordFilterLoadSaveException

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

Parameters:
arg0 - the arg0
arg1 - the arg1

SMILA API documentation