org.iso.mpeg.mpegj.scene
Class InvalidNodeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.iso.mpeg.mpegj.MPEGJException
                    |
                    +--org.iso.mpeg.mpegj.scene.InvalidNodeException

public class InvalidNodeException
extends MPEGJException

An exception used to indicate that an operation was attempted on a node that is no longer valid.

See Also:
Serialized Form

Constructor Summary
InvalidNodeException()
          Constructs an InvalidNodeException with no specified detail message.
InvalidNodeException(java.lang.String message)
          Constructs an InvalidNodeException with a detailed message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidNodeException

public InvalidNodeException()
Constructs an InvalidNodeException with no specified detail message.

InvalidNodeException

public InvalidNodeException(java.lang.String message)
Constructs an InvalidNodeException with a detailed message.
Parameters:
message - the detail message.