javax.media.ding3d
Class BadTransformException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.media.ding3d.BadTransformException
All Implemented Interfaces:
java.io.Serializable

public class BadTransformException
extends java.lang.RuntimeException

Indicates an attempt to use a Tranform3D object that is inappropriate for the object in which it is being used. For example:

See Also:
Serialized Form

Constructor Summary
BadTransformException()
          Create the exception object with default values.
BadTransformException(java.lang.String str)
          Create the exception object that outputs 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

BadTransformException

public BadTransformException()
Create the exception object with default values.


BadTransformException

public BadTransformException(java.lang.String str)
Create the exception object that outputs message.

Parameters:
str - the message string to be output.