|
FreeWRL/FreeX3D
3.0.0
|
Public Member Functions | |
| InvalidEventInException () | |
| Constructs an InvalidEventInException with no detail message. | |
| InvalidEventInException (String s) | |
| Constructs an InvalidEventInException with the specified detail message. More... | |
Definition at line 3 of file InvalidEventInException.java.
|
inline |
Constructs an InvalidEventInException 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 InvalidEventInException.java.