org.eclipse.higgins.idas.api
Class BadFilterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.higgins.idas.api.IdASException
              extended byorg.eclipse.higgins.idas.api.BadFilterException
All Implemented Interfaces:
Serializable

public class BadFilterException
extends IdASException

See Also:
Serialized Form

Constructor Summary
BadFilterException()
           
BadFilterException(String message)
           
BadFilterException(String message, Throwable cause)
           
BadFilterException(Throwable cause)
           
 
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

BadFilterException

public BadFilterException()
See Also:
IdASException.IdASException()

BadFilterException

public BadFilterException(String message)
Parameters:
message -
See Also:
IdASException.IdASException(String)

BadFilterException

public BadFilterException(String message,
                          Throwable cause)
Parameters:
message -
cause -
See Also:
IdASException.IdASException(String, Throwable)

BadFilterException

public BadFilterException(Throwable cause)
Parameters:
cause -
See Also:
IdASException.IdASException(String, Throwable)