FreeWRL / FreeX3D 4.3.0
InvalidEventOutException.java
1package vrml.external.exception;
2
3public class InvalidEventOutException extends RuntimeException
4{
6 super();
7 }
8
9 public InvalidEventOutException(String s) {
10 super(s);
11 }
12}
13