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