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: 1767 $
Mise a jour: $Date: 2010-02-23 11:38:40 +0100 (mar., 23 févr. 2010) $
par : $Author: echatellier $
- 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-2010 CodeLutin. All Rights Reserved.