|
|||||||||||
| 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
|
+--com.nevelex.app.args.ArgumentException
|
+--com.nevelex.app.args.InvalidArgumentException
Exception thrown when the command-line argument was supplied with all of its required parameters.
| Field Summary |
| Fields inherited from class java.lang.Exception |
|
| Constructor Summary | |
InvalidArgumentException(java.lang.String message,
int offset)
Constructs a InvalidArgumentException with the supplied detailed message. |
|
| Methods inherited from class com.nevelex.app.args.ArgumentException |
getOffset |
| 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 InvalidArgumentException(java.lang.String message,
int offset)
message - the detailed message.offset - the offset in to the argument array where this error was generated.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||