com.crankuptheamps.client.exception
Class BadRegexTopicException

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.BadRegexTopicException
All Implemented Interfaces:
Serializable

public class BadRegexTopicException
extends CommandException

See Also:
Serialized Form

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

BadRegexTopicException

public BadRegexTopicException()

BadRegexTopicException

public BadRegexTopicException(String msg)

BadRegexTopicException

public BadRegexTopicException(Throwable t)

BadRegexTopicException

public BadRegexTopicException(String msg,
                              Throwable t)