args4j 2.0.12-redhat-1

org.kohsuke.args4j
Class CmdLineException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.kohsuke.args4j.CmdLineException
All Implemented Interfaces:
Serializable

public class CmdLineException
extends Exception

Signals an error in the user input.

Author:
Kohsuke Kawaguchi
See Also:
Serialized Form

Constructor Summary
CmdLineException(String message)
           
CmdLineException(String message, Throwable cause)
           
CmdLineException(Throwable 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

CmdLineException

public CmdLineException(String message)

CmdLineException

public CmdLineException(String message,
                        Throwable cause)

CmdLineException

public CmdLineException(Throwable cause)

args4j 2.0.12-redhat-1

Copyright © 2003-2012 JBoss by Red Hat. All Rights Reserved.