com.cafesoft.core.field
Class UnknownFieldException

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

public class UnknownFieldException
extends FieldException

Thrown if an field with a specific name does not exist.

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

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

UnknownFieldException

public UnknownFieldException()
Create a new UnknownFieldException.


UnknownFieldException

public UnknownFieldException(String message)
Create a new UnknownFieldException.

Parameters:
message - a textual message describing the exception.

UnknownFieldException

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

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


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