de.tototec.cmdoption
Class CmdlineParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.tototec.cmdoption.CmdlineParserException
- All Implemented Interfaces:
- java.io.Serializable
public class CmdlineParserException
- extends java.lang.RuntimeException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, 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 |
CmdlineParserException
public CmdlineParserException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String localizedMessage)
CmdlineParserException
public CmdlineParserException(java.lang.String message,
java.lang.Throwable cause)
CmdlineParserException
public CmdlineParserException(java.lang.String message,
java.lang.String localizedMessage)
CmdlineParserException
public CmdlineParserException(java.lang.String message)
CmdlineParserException
public CmdlineParserException(java.lang.Throwable cause,
java.lang.String message,
java.lang.Object... params)
getLocalizedMessage
public java.lang.String getLocalizedMessage()
- Overrides:
getLocalizedMessage in class java.lang.Throwable