com.cafesoft.core.field
Class InvalidFieldValueException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.cafesoft.core.exception.NestedException
                    |
                    +--com.cafesoft.core.field.FieldException
                          |
                          +--com.cafesoft.core.field.InvalidFieldValueException
All Implemented Interfaces:
Serializable

public class InvalidFieldValueException
extends FieldException

Exception thrown when invalid field values are used populate field objects.

Since:
7/21/03
See Also:
Serialized Form

Constructor Summary
InvalidFieldValueException(FieldInfo fieldInfo)
          Create a new InvalidFieldValueException.
InvalidFieldValueException(FieldInfo fieldInfo, String message)
          Create a new InvalidFieldValueException.
InvalidFieldValueException(FieldInfo fieldInfo, String message, Throwable cause)
          Create a new InvalidFieldValueException.
 
Method Summary
 FieldInfo getFieldInfo()
          Get the FieldInfo.
 
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

InvalidFieldValueException

public InvalidFieldValueException(FieldInfo fieldInfo)
Create a new InvalidFieldValueException.

Parameters:
fieldInfo - information associated with the field type.

InvalidFieldValueException

public InvalidFieldValueException(FieldInfo fieldInfo,
                                  String message)
Create a new InvalidFieldValueException.

Parameters:
fieldInfo - information associated with the field type.
message - a textual message describing the exception.

InvalidFieldValueException

public InvalidFieldValueException(FieldInfo fieldInfo,
                                  String message,
                                  Throwable cause)
Create a new InvalidFieldValueException.

Parameters:
fieldInfo - information associated with the field type.
message - a textual message describing the exception.
cause - throwable that caused this exception
Method Detail

getFieldInfo

public FieldInfo getFieldInfo()
Get the FieldInfo.



Generated on 8:41:50 AM June 06, 2005, © 1996-2005 Cafésoft LLC. All rights reserved.