j3d.org Code

org.j3d.geom
Class UnsupportedTypeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.j3d.geom.UnsupportedTypeException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedTypeException
extends java.lang.RuntimeException

Exception for when one of the requested geometry generation types is not known or understood.

Version:
$Revision: 1.1 $
Author:
Justin Couch
See Also:
Serialized Form

Constructor Summary
UnsupportedTypeException()
          Create a blank exception with no message
UnsupportedTypeException(java.lang.String msg)
          Create an exception that contains the given 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

UnsupportedTypeException

public UnsupportedTypeException()
Create a blank exception with no message


UnsupportedTypeException

public UnsupportedTypeException(java.lang.String msg)
Create an exception that contains the given message.

Parameters:
msg - The message to associate with this exception

j3d.org Code

Latest Info from http://code.j3d.org/
Copyright © 2001 - j3d.org