com.cafesoft.core.regex
Class RegexFilterConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.cafesoft.core.exception.NestedException
              extended by com.cafesoft.core.regex.RegexFilterConfigException
All Implemented Interfaces:
Serializable

public class RegexFilterConfigException
extends NestedException

RegexFilterConfigException is thrown to indicate that a configuration error has occured for a RegexFilter.

Since:
01/20/2011
See Also:
Serialized Form

Constructor Summary
RegexFilterConfigException()
          Construct a new RegexFilterConfigException with no other information.
RegexFilterConfigException(String message)
          Construct a new RegexFilterConfigException for the specified message.
RegexFilterConfigException(String message, Throwable cause)
          Construct a new RegexFilterConfigException for the specified message and throwable.
RegexFilterConfigException(Throwable cause)
          Construct a new RegexFilterConfigException for the specified throwable.
 
Method Summary
 
Methods inherited from class com.cafesoft.core.exception.NestedException
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegexFilterConfigException

public RegexFilterConfigException()
Construct a new RegexFilterConfigException with no other information.


RegexFilterConfigException

public RegexFilterConfigException(String message)
Construct a new RegexFilterConfigException for the specified message.

Parameters:
message - message describing this exception

RegexFilterConfigException

public RegexFilterConfigException(Throwable cause)
Construct a new RegexFilterConfigException for the specified throwable.

Parameters:
cause - Throwable that caused this exception

RegexFilterConfigException

public RegexFilterConfigException(String message,
                                  Throwable cause)
Construct a new RegexFilterConfigException for the specified message and throwable.

Parameters:
message - message describing this exception
cause - Throwable that caused this exception


Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.