Package org.rodnansol.core.generator
Class DocumentGenerationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.rodnansol.core.generator.DocumentGenerationException
-
- All Implemented Interfaces:
Serializable
public class DocumentGenerationException extends RuntimeException
Exception to be thrown when the document generation flow can not be finished.- Since:
- 0.1.0
- Author:
- nandorholozsnyak
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DocumentGenerationException(String message)DocumentGenerationException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-