|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.apache.commons.lang.IncompleteArgumentException
Thrown to indicate an incomplete argument to a method.
| Constructor Summary | |
IncompleteArgumentException(java.lang.String argName)
Instantiates with the specified description. |
|
IncompleteArgumentException(java.lang.String argName,
java.lang.String[] items)
Instantiates with the specified description. |
|
| 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 IncompleteArgumentException(java.lang.String argName)
Instantiates with the specified description.
argName - a description of the incomplete argument
public IncompleteArgumentException(java.lang.String argName,
java.lang.String[] items)
Instantiates with the specified description.
argName - a description of the incomplete argumentitems - an array describing the arguments missing
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||