org.jargp
Class ArgumentErrorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.jargp.ArgumentErrorException
All Implemented Interfaces:
java.io.Serializable

public class ArgumentErrorException
extends java.lang.RuntimeException

Argument error exception. This is used for reporting any errors encountered while processing command line arguments.

Version:
1.0
Author:
Dennis M. Sosnoski
See Also:
Serialized Form

Constructor Summary
ArgumentErrorException(java.lang.String text)
          Constructor.
 
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

ArgumentErrorException

public ArgumentErrorException(java.lang.String text)
Constructor.

Parameters:
text - error message text


Project Web Site