Class TailwindThrowable
java.lang.Object
java.lang.Throwable
com.jackmeng.halcyoninae.tailwind.TailwindThrowable
- All Implemented Interfaces:
Serializable
A throwable implementation to better designate
an exception to do with a Tailwind API issue
or something caused within.
- Since:
- 3.4.1
- Author:
- Jack Meng
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTailwindThrowable
(String message) TailwindThrowable
(String message, Throwable cause) TailwindThrowable
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TailwindThrowable
-
TailwindThrowable
-
TailwindThrowable
-