|
FreeWRL / FreeX3D 4.3.0
|
Public Member Functions | |
| InvalidNodeException () | |
| Constructs an InvalidNodeException with no detail message. | |
| InvalidNodeException (String s) | |
| Constructs an InvalidNodeException with the specified detail message. | |
Definition at line 3 of file InvalidNodeException.java.
|
inline |
Constructs an InvalidNodeException with no detail message.
Definition at line 8 of file InvalidNodeException.java.
|
inline |
Constructs an InvalidNodeException with the specified detail message.
A detail message is a String that describes this particular exception.
| s | the detail message |
Definition at line 17 of file InvalidNodeException.java.