jmadem
Class FilterFunctionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jmadem.FilterFunctionException
All Implemented Interfaces:
java.io.Serializable

public class FilterFunctionException
extends java.lang.Exception

Exceptions related to the filter functions invoked by MADeM agents.

Author:
Francisco Grimaldo
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Serializable object
 
Constructor Summary
FilterFunctionException()
           
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serializable object

See Also:
Constant Field Values
Constructor Detail

FilterFunctionException

public FilterFunctionException()