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