Class NamedObjectException

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

public class NamedObjectException extends Exception
An error has occurred while processing a named object
See Also:
  • Constructor Details

    • NamedObjectException

      public NamedObjectException()
      Creates new NoSuchNameException without detail message.
    • NamedObjectException

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