Package cz.encircled.joiner.exception
Class JoinerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cz.encircled.joiner.exception.JoinerException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AliasMissingException
Basic class for all Joiner runtime exceptions
- Author:
- Kisel on 25.01.2016.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJoinerException(String message) JoinerException(String message, Exception 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
-
JoinerException
-
JoinerException
-