Package ru.ewc.decita
Class DecitaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ru.ewc.decita.DecitaException
- All Implemented Interfaces:
Serializable
I am the exception to use in all the failures inside the Decita library.
- Since:
- 0.1
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DecitaException
Ctor.- Parameters:
message
- A String containing some information about an exceptional situation.
-