com.neeve.root
Class ERootRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.neeve.root.ERootRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EAepRollbackError, EEventException, EPktException, QueryException

public class ERootRuntimeException
extends RuntimeException

Root exception class for all Neeve runtime exceptions.

See Also:
Serialized Form

Constructor Summary
ERootRuntimeException(String str)
          Construct using error string.
ERootRuntimeException(Throwable cause)
          Construct using a linked exception
 
Method Summary
 String getMessage()
          Get the exception description.
 
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

ERootRuntimeException

public ERootRuntimeException(Throwable cause)
Construct using a linked exception


ERootRuntimeException

public ERootRuntimeException(String str)
Construct using error string.

Method Detail

getMessage

public final String getMessage()
Get the exception description.

Overrides:
getMessage in class Throwable
Returns:
Returns the exception description.


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