com.neeve.ods
Class OdsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.neeve.ods.OdsException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
OdsExpectationNotMetException

public class OdsException
extends Exception

Base exception class for all ODS exceptions.

See Also:
Serialized Form

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

OdsException

public OdsException(Throwable cause)
Construct using a linked exception


OdsException

public OdsException(String str)
Construct using error string.



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