com.neeve.ods
Class OdsFatalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.neeve.ods.OdsFatalException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
OdsUnsupportedEncodingException

public class OdsFatalException
extends RuntimeException

Thrown when the store encounters a fatal exception.

See Also:
Serialized Form

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

Constructor Detail

OdsFatalException

public OdsFatalException(Throwable cause)
Construct using a linked exception


OdsFatalException

public OdsFatalException(String str)
Construct using error string.



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