|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.nuiton.util.ArgumentsParserException
public class ArgumentsParserException
Argument parsing exception.
| Constructor Summary | |
|---|---|
ArgumentsParserException(java.lang.String msg)
Constructs a new exception with the specified detail message. |
|
ArgumentsParserException(java.lang.String msg,
java.lang.Throwable eee)
Constructs a new exception with the specified detail message and cause. |
|
| 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 ArgumentsParserException(java.lang.String msg)
msg - message
public ArgumentsParserException(java.lang.String msg,
java.lang.Throwable eee)
msg - messageeee - cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||