Package com.sun.j3d.utils.scenegraph.io
Class ObjectNotLoadedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sun.j3d.utils.scenegraph.io.ObjectNotLoadedException
-
- All Implemented Interfaces:
java.io.Serializable
public class ObjectNotLoadedException extends java.lang.Exception
The named object has not been loaded so it's instance can not be returned- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ObjectNotLoadedException()
Creates newObjectNotLoadedException
without detail message.ObjectNotLoadedException(java.lang.String msg)
Constructs anObjectNotLoadedException
with the specified detail message.
-
-
-
Constructor Detail
-
ObjectNotLoadedException
public ObjectNotLoadedException()
Creates newObjectNotLoadedException
without detail message.
-
ObjectNotLoadedException
public ObjectNotLoadedException(java.lang.String msg)
Constructs anObjectNotLoadedException
with the specified detail message.- Parameters:
msg
- the detail message.
-
-