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

Public Member Functions

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

Detailed Description

Definition at line 3 of file InvalidEventInException.java.

Constructor & Destructor Documentation

◆ InvalidEventInException() [1/2]

vrml.external.exception.InvalidEventInException.InvalidEventInException ( )
inline

Constructs an InvalidEventInException with no detail message.

Definition at line 8 of file InvalidEventInException.java.

◆ InvalidEventInException() [2/2]

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

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


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