org.jargp
Class ArgumentErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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.

See Also:
Serialized Form

Constructor Summary
ArgumentErrorException(java.lang.String text)
          Constructor.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArgumentErrorException

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

Parameters:
text - error message text