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: 1636 $ Mise a jour: $Date: 2009-06-21 04:49:59 +0200 (dim., 21 juin 2009) $ par : $Author: tchemit $
Author:
Benjamin Poussin Copyright Code Lutin
See Also:
Serialized Form

Constructor Summary
ArgumentsParserException(String msg)
           
ArgumentsParserException(String msg, Throwable eee)
           
 
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)

ArgumentsParserException

public ArgumentsParserException(String msg,
                                Throwable eee)


Copyright © 2004-2009 CodeLutin. All Rights Reserved.