be.ugent.twijug.jclops
Class CLArgumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by be.ugent.twijug.jclops.CLArgumentException
All Implemented Interfaces:
java.io.Serializable

public class CLArgumentException
extends java.lang.RuntimeException

Indicates an error during processing of an option argument. Exceptions of this type can be thrown by (user) implementations of ArgumentParser to indicate that an option argument does not represent an object of a valid type.

See Also:
Serialized Form

Constructor Summary
CLArgumentException(java.lang.String msg)
          Constructs an instance of CLArgumentException with the specified detail message.
 
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

CLArgumentException

public CLArgumentException(java.lang.String msg)
Constructs an instance of CLArgumentException with the specified detail message.

Parameters:
msg - the detail message. This message is used as part of the error message displayed to the user.