com.cafesoft.core.field
Class FieldException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.cafesoft.core.exception.NestedException
                    |
                    +--com.cafesoft.core.field.FieldException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IllegalConstraintException, InvalidFieldValueException, InvalidPatternException, UnknownFieldException

public class FieldException
extends NestedException

FieldException is a general exception used to indicate that an error occurred dealing with Field objects.

Since:
8/13/03
See Also:
Serialized Form

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

FieldException

public FieldException()
Create a new FieldException.


FieldException

public FieldException(String message)
Create a new FieldException.

Parameters:
message - a textual message describing the exception.

FieldException

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

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


Generated on 10:40:31 AM September 10, 2003, © 1996-2003 Cafésoft LLC. All rights reserved.