net.dpml.cli.validation
Class InvalidArgumentException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.dpml.cli.validation.InvalidArgumentException
All Implemented Interfaces:
Serializable

public class InvalidArgumentException
extends Exception

An exception indicating validation failure.

Version:
1.0.0
Author:
Digital Product Meta Library
See Also:
Serialized Form

Constructor Summary
InvalidArgumentException(String message)
          Creates a new exception
 
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

InvalidArgumentException

public InvalidArgumentException(String message)
Creates a new exception

Parameters:
message - the reason for failure