net.jbeans.j3d.data
Class InvalidDataRangeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.jbeans.j3d.data.InvalidDataRangeException
All Implemented Interfaces:
java.io.Serializable

public class InvalidDataRangeException
extends java.lang.RuntimeException

This exception is thrown when an invalid range of the scalar value is specified.

Version:
$Revision: 1.3 $
Author:
Masahiro Takatsuka (masa@jbeans.net)
See Also:
RuntimeException, Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
InvalidDataRangeException()
          Constructs a InvalidDataRangeException.
InvalidDataRangeException(java.lang.String s)
          Constructs a InvalidDataRangeException with the specified, detailed message.
 
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

InvalidDataRangeException

public InvalidDataRangeException()
Constructs a InvalidDataRangeException.


InvalidDataRangeException

public InvalidDataRangeException(java.lang.String s)
Constructs a InvalidDataRangeException with the specified, detailed message.



Copyright © 1995-2004 net.jbeans. All Rights Reserved.