com.cafesoft.core.field
Class InvalidPatternException

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.field.FieldException
                  extended by com.cafesoft.core.field.InvalidPatternException
All Implemented Interfaces:
Serializable

public class InvalidPatternException
extends FieldException

InvalidPatternException is thrown when a FieldValuePattern object cannot be constructed because the given pattern is invalid.

Since:
8/25/03
See Also:
FieldException, Serialized Form

Constructor Summary
InvalidPatternException()
          Create a new InvalidPatternException.
InvalidPatternException(String message)
          Create a new InvalidPatternException.
InvalidPatternException(String message, Throwable cause)
          Create a new InvalidPatternException.
 
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

InvalidPatternException

public InvalidPatternException()
Create a new InvalidPatternException.


InvalidPatternException

public InvalidPatternException(String message)
Create a new InvalidPatternException.

Parameters:
message - a textual message describing the exception.

InvalidPatternException

public InvalidPatternException(String message,
                               Throwable cause)
Create a new InvalidPatternException.

Parameters:
message - a textual message describing the exception.
cause - throwable that caused this exception


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