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