com.neeve.event
Class EEventClassInstantiateException

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
                      extended by com.neeve.event.EEventClassInstantiateException
All Implemented Interfaces:
Serializable

public final class EEventClassInstantiateException
extends EEventException

Indicates that an exception was encountered while loading a event class

See Also:
Serialized Form

Constructor Summary
EEventClassInstantiateException(String str)
          Construct using string
EEventClassInstantiateException(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

EEventClassInstantiateException

public EEventClassInstantiateException(Throwable cause)
Construct using a linked exception


EEventClassInstantiateException

public EEventClassInstantiateException(String str)
Construct using string



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