Class OutOfRangeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--OutOfRangeException

public class OutOfRangeException
extends java.lang.Exception

An exception class, thrown when JointVariables is set outside its workspace.

See Also:
Serialized Form

Constructor Summary
OutOfRangeException()
          Creates a new OutOfRangeException.
OutOfRangeException(java.lang.String s)
          Creates a new OutOfRangeException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OutOfRangeException

public OutOfRangeException()
Creates a new OutOfRangeException.

OutOfRangeException

public OutOfRangeException(java.lang.String s)
Creates a new OutOfRangeException.