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
public class JoinerException extends RuntimeException
Basic class for all Joiner runtime exceptions- Author:
- Kisel on 25.01.2016.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JoinerException(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
-
-