Class ObjectNotLoadedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.j3d.utils.scenegraph.io.ObjectNotLoadedException
All Implemented Interfaces:
Serializable

public class ObjectNotLoadedException extends Exception
The named object has not been loaded so it's instance can not be returned
See Also:
  • Constructor Details

    • ObjectNotLoadedException

      public ObjectNotLoadedException()
      Creates new ObjectNotLoadedException without detail message.
    • ObjectNotLoadedException

      public ObjectNotLoadedException(String msg)
      Constructs an ObjectNotLoadedException with the specified detail message.
      Parameters:
      msg - the detail message.