|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
dochelper.exceptions.MissingArgumentException
public class MissingArgumentException
The class MissingArgumentException.
indicates the
condition when parameters are missing from a RecordSet prior to
initialization.
Field Summary | |
---|---|
private java.lang.String |
_argumentName
|
Constructor Summary | |
---|---|
MissingArgumentException(java.lang.String argumentName)
Creates a new instance of MissingArgumentException |
Method Summary | |
---|---|
java.lang.String |
getArgumentName()
Indicates which arguments are missing |
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 |
Field Detail |
---|
private java.lang.String _argumentName
Constructor Detail |
---|
public MissingArgumentException(java.lang.String argumentName)
argumentName
- Method Detail |
---|
public java.lang.String getArgumentName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |