MVT API

math.exceptions
Class UnacceptableVariableException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--math.exceptions.UnacceptableVariableException
All Implemented Interfaces:
java.io.Serializable

public class UnacceptableVariableException
extends java.lang.Exception

The class UnacceptableVariableException is used to signal an unacceptable string used for a Variable object. It extends the Exception class.

Since:
JDK1.1
Author:
Peter Staab
, Pete Fox , both for the Mathematical Visualization Project for the Department of Applied Mathematics, University of Colorado at Boulder
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
UnacceptableVariableException()
          Creates an UnacceptableVariableException with no arguments
UnacceptableVariableException(java.lang.String reason)
          Creates an UnacceptableVariableException object given one String argument containing a reason describing the Exception causes.
 
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

UnacceptableVariableException

public UnacceptableVariableException()
Creates an UnacceptableVariableException with no arguments


UnacceptableVariableException

public UnacceptableVariableException(java.lang.String reason)
Creates an UnacceptableVariableException object given one String argument containing a reason describing the Exception causes.


MVT API

mvt.icons