com.tivoli.twg.engine
Class TWGFilterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tivoli.twg.engine.TWGFilterException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TWGFilterInitException, TWGFilterNotFoundException

public class TWGFilterException
extends java.lang.Exception

Base exception class for all TWG Filter exceptions

See Also:
Serialized Form

Constructor Summary
TWGFilterException()
          Constructor for a TWGFilterException with no detail message
TWGFilterException(java.lang.String s)
          Constructor for a TWGFilterException with detail 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TWGFilterException

public TWGFilterException()
Constructor for a TWGFilterException with no detail message


TWGFilterException

public TWGFilterException(java.lang.String s)
Constructor for a TWGFilterException with detail message

Parameters:
s - - the detail message.