Package org.drasyl
Class DrasylRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.drasyl.DrasylRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PipelineException
All unchecked exceptions in drasyl inherit from this exception class.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDrasylRuntimeException
(String cause) DrasylRuntimeException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString