com.neeve.event
Class EEventException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.neeve.root.ERootRuntimeException
                  extended by com.neeve.event.EEventException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EEventClassInstantiateException, EEventClassLoadException, EEventTypeInvalidException

public class EEventException
extends ERootRuntimeException

Base exception class for all exceptions in this package

See Also:
Serialized Form

Constructor Summary
EEventException(String str)
          Construct using error string.
EEventException(Throwable cause)
          Construct using a linked exception
 
Method Summary
 
Methods inherited from class com.neeve.root.ERootRuntimeException
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EEventException

public EEventException(Throwable cause)
Construct using a linked exception


EEventException

public EEventException(String str)
Construct using error string.



Copyright © 2016 Neeve Research, LLC. All Rights Reserved.