Package jahuwaldt.j3d.geom
Class UnsupportedTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jahuwaldt.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
Constructors Constructor Description UnsupportedTypeException()
Create a blank exception with no messageUnsupportedTypeException(java.lang.String msg)
Create an exception that contains the given message.
-
-
-
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
-
-