ewe.sys
Class EventDirectionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byewe.sys.EventDirectionException

public class EventDirectionException
extends RuntimeException

This exception is a RuntimeException that is ignored by the native VM should it be uncaught.


Constructor Summary
EventDirectionException()
           
EventDirectionException(String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, initCause, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode
 

Constructor Detail

EventDirectionException

public EventDirectionException()

EventDirectionException

public EventDirectionException(String message)