Package com.jk.core.templates
Class JKTemplateProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.jk.core.exceptions.JKException
com.jk.core.templates.JKTemplateException
com.jk.core.templates.JKTemplateProcessingException
- All Implemented Interfaces:
Serializable
The Class JKTemplateProcessingException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new JK template processing exception.JKTemplateProcessingException
(String message) Instantiates a new JK template processing exception.JKTemplateProcessingException
(String message, Throwable cause) Instantiates a new JK template processing exception.JKTemplateProcessingException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Instantiates a new JK template processing exception.Instantiates a new JK template processing exception. -
Method Summary
Methods inherited from class com.jk.core.exceptions.JKException
isLogged, setLogged
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JKTemplateProcessingException
public JKTemplateProcessingException()Instantiates a new JK template processing exception. -
JKTemplateProcessingException
public JKTemplateProcessingException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Instantiates a new JK template processing exception.- Parameters:
message
- the messagecause
- the causeenableSuppression
- the enable suppressionwritableStackTrace
- the writable stack trace
-
JKTemplateProcessingException
Instantiates a new JK template processing exception.- Parameters:
message
- the messagecause
- the cause
-
JKTemplateProcessingException
Instantiates a new JK template processing exception.- Parameters:
message
- the message
-
JKTemplateProcessingException
Instantiates a new JK template processing exception.- Parameters:
cause
- the cause
-