org.nuiton.util
Class ArgumentsParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.nuiton.util.ArgumentsParserException
All Implemented Interfaces:
Serializable

public class ArgumentsParserException
extends Exception

Argument parsing exception.

Version:
$Revision: 1948 $ Mise a jour: $Date: 2010-11-17 22:31:00 +0100 (mer., 17 nov. 2010) $ par :
Author:
Benjamin Poussin Copyright Code Lutin
See Also:
Serialized Form

Constructor Summary
ArgumentsParserException(String msg)
          Constructs a new exception with the specified detail message.
ArgumentsParserException(String msg, 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

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 - message
eee - cause


Copyright © 2004-2010 CodeLutin. All Rights Reserved.