org.paneris.jal.model
Class NoSuchFieldException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.paneris.jal.model.NoSuchFieldException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchFieldException
extends java.lang.RuntimeException

Thrown by the get method of an ExtendedHash to indicate that the field did not exist in the Hash.

Since:
JAL 0.0001
Author:
timp
See Also:
DDField, Hashtable.get(Object), Serialized Form

Constructor Summary
NoSuchFieldException()
          Constructs a NoSuchFieldException with no detail message.
NoSuchFieldException(java.lang.String s)
          Constructs a NoSuchFieldException with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchFieldException

public NoSuchFieldException()
Constructs a NoSuchFieldException with no detail message.


NoSuchFieldException

public NoSuchFieldException(java.lang.String s)
Constructs a NoSuchFieldException with the specified detail message.

Parameters:
s - the detail message.


Copyright © 2000-2008 PanEris. All Rights Reserved.