Class AstraeusException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.github.tonywasher.joceanus.astraeus.exc.AstraeusException
- All Implemented Interfaces:
Serializable
Data Exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new Exception object based on a string.AstraeusException(String s, Throwable c) Create a new Exception object based on a string and an underlying exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AstraeusException
Create a new Exception object based on a string.- Parameters:
s- the description of the exception
-
AstraeusException
Create a new Exception object based on a string and an underlying exception.- Parameters:
s- the description of the exceptionc- the underlying exception
-