FreeWRL / FreeX3D 4.3.0
InvalidEventInException.java
1//AUTOMATICALLY GENERATED BY genexceptions.pl.
2//DO NOT EDIT!!!!
3
4package vrml;
5
6public class InvalidEventInException extends IllegalArgumentException {
7 public InvalidEventInException() { super(); }
8 public InvalidEventInException(String s) { super(s); }
9}