com.neeve.sto
Class EStoException

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.sto.EStoException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EStoFieldAlreadyPresentException, EStoFieldDeserializeException, EStoFieldNotPresentException, EStoFieldSerializeException, EStoIllegalStateException

public class EStoException
extends ERootRuntimeException

Base class for all STO exceptions.

See Also:
Serialized Form

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

EStoException

public EStoException(Throwable cause)
Construct using a linked exception


EStoException

public EStoException(String str)
Construct using error string.



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