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

Public Member Functions

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

Detailed Description

Definition at line 3 of file InvalidVrmlException.java.

Constructor & Destructor Documentation

◆ InvalidVrmlException() [1/2]

vrml.external.exception.InvalidVrmlException.InvalidVrmlException ( )
inline

Constructs an InvalidVrmlException with no detail message.

Definition at line 8 of file InvalidVrmlException.java.

◆ InvalidVrmlException() [2/2]

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

Constructs an InvalidVrmlException 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 InvalidVrmlException.java.


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