org.nuiton.util
Class ArgumentsParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.nuiton.util.ArgumentsParserException
- All Implemented Interfaces:
- Serializable
public class ArgumentsParserException
- extends Exception
Argument parsing exception.
- Version:
- $Revision: 2141 $
Mise a jour: $Date: 2011-05-15 12:35:56 +0200 (Sun, 15 May 2011) $
par :
- Author:
- Benjamin Poussin
Copyright Code Lutin
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ArgumentsParserException
public ArgumentsParserException(String msg)
- Constructs a new exception with the specified detail message.
- Parameters:
msg - message
ArgumentsParserException
public ArgumentsParserException(String msg,
Throwable eee)
- Constructs a new exception with the specified detail message and cause.
- Parameters:
msg - messageeee - cause
Copyright © 2004-2011 CodeLutin. All Rights Reserved.