com.usefullittlethings.saw.model.exception
Class FilterInvocationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.usefullittlethings.saw.model.exception.FilterInvocationException
All Implemented Interfaces:
java.io.Serializable

public class FilterInvocationException
extends java.lang.Exception

Exception thrown when a filter plug-in cannot successfully complete its function. Not generally a fatal error for the plug-in or application.

See Also:
Serialized Form

Constructor Summary
FilterInvocationException()
           
FilterInvocationException(java.lang.String message)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FilterInvocationException

public FilterInvocationException()

FilterInvocationException

public FilterInvocationException(java.lang.String message)