Class PrometheusSheetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.github.tonywasher.joceanus.oceanus.base.OceanusException
io.github.tonywasher.joceanus.prometheus.service.sheet.PrometheusSheetException
- All Implemented Interfaces:
Serializable
Sheet Exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new Exception object based on an object and a string.PrometheusSheetException(Object o, String s, Throwable e) Create a new Exception object based on an object, a string and an underlying exception.Create a new Exception object based on a string.Create a new Exception object based on a string and an underlying exception. -
Method Summary
Methods inherited from class io.github.tonywasher.joceanus.oceanus.base.OceanusException
getObjectMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PrometheusSheetException
Create a new Exception object based on an object, a string and an underlying exception.- Parameters:
o- the objects- the description of the exceptione- the underlying exception
-
PrometheusSheetException
Create a new Exception object based on an object and a string.- Parameters:
o- the data objects- the description of the exception
-
PrometheusSheetException
Create a new Exception object based on a string and an underlying exception.- Parameters:
s- the description of the exceptione- the underlying exception
-
PrometheusSheetException
Create a new Exception object based on a string.- Parameters:
s- the description of the exception
-