|
|||||||||||
| 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
The base exception used for command-line argument exceptions.
| Field Summary |
| Fields inherited from class java.lang.Exception |
|
| Constructor Summary | |
ArgumentException(java.lang.String message,
int offset)
Constructs a UnknownArgumentException with the supplied detailed message. |
|
| Method Summary | |
int |
getOffset()
Returns the offset in to the argument array where the error was generated. |
| 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 ArgumentException(java.lang.String message,
int offset)
message - the detailed message.offset - the offset in to the argument array where this error was generated.| Method Detail |
public int getOffset()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||