|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.paneris.jal.model.NoSuchFieldException
public class NoSuchFieldException
Thrown by the get
method of an
ExtendedHash
to indicate that the
field did not exist in the Hash.
DDField
,
Hashtable.get(Object)
,
Serialized FormConstructor 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 |
---|
public NoSuchFieldException()
NoSuchFieldException
with no detail message.
public NoSuchFieldException(java.lang.String s)
NoSuchFieldException
with the
specified detail message.
s
- the detail message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |