vrml.external.exception
Class InvalidEventInException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--vrml.external.exception.InvalidEventInException

public class InvalidEventInException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
InvalidEventInException()
           
InvalidEventInException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidEventInException

public InvalidEventInException()

InvalidEventInException

public InvalidEventInException(java.lang.String s)