org.gwoptics
Class ArgumentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.gwoptics.ArgumentException
All Implemented Interfaces:
java.io.Serializable

public class ArgumentException
extends java.lang.RuntimeException

ArgumentException is an throwable object which represents a problem with one of the passed arguments to a function. A message must be supplied to extrapolate on the issue.

Since:
0.2.4
Author:
Daniel Brown 18/6/09
See Also:
Serialized Form

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

Constructor Detail

ArgumentException

public ArgumentException(java.lang.String message)


processing library gwoptics by Daniel Brown and Andreas Freise. (c) 2009 onwards