FreeWRL / FreeX3D 4.3.0
vrml.external.exception.InvalidNodeException Class Reference
Inheritance diagram for vrml.external.exception.InvalidNodeException:

Public Member Functions

 InvalidNodeException ()
 Constructs an InvalidNodeException with no detail message.
 
 InvalidNodeException (String s)
 Constructs an InvalidNodeException with the specified detail message.
 

Detailed Description

Definition at line 3 of file InvalidNodeException.java.

Constructor & Destructor Documentation

◆ InvalidNodeException() [1/2]

vrml.external.exception.InvalidNodeException.InvalidNodeException ( )
inline

Constructs an InvalidNodeException with no detail message.

Definition at line 8 of file InvalidNodeException.java.

◆ InvalidNodeException() [2/2]

vrml.external.exception.InvalidNodeException.InvalidNodeException ( String s)
inline

Constructs an InvalidNodeException with the specified detail message.

A detail message is a String that describes this particular exception.

Parameters
sthe detail message

Definition at line 17 of file InvalidNodeException.java.


The documentation for this class was generated from the following file: