FreeWRL / FreeX3D 4.3.0
InvalidEventInException.java
1package vrml.external.exception;
2
3public class InvalidEventInException extends RuntimeException
4{
9 super();
10 }
11
17 public InvalidEventInException(String s) {
18 super(s);
19 }
20}
InvalidEventInException()
Constructs an InvalidEventInException with no detail message.
InvalidEventInException(String s)
Constructs an InvalidEventInException with the specified detail message.