com.crankuptheamps.client.exception
Class BadFilterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.crankuptheamps.client.exception.AMPSException
              extended by com.crankuptheamps.client.exception.CommandException
                  extended by com.crankuptheamps.client.exception.BadFilterException
All Implemented Interfaces:
Serializable

public class BadFilterException
extends CommandException

See Also:
Serialized Form

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

BadFilterException

public BadFilterException()

BadFilterException

public BadFilterException(String msg)

BadFilterException

public BadFilterException(Throwable t)

BadFilterException

public BadFilterException(String msg,
                          Throwable t)