Package rife.template.exceptions
Class ProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
rife.template.exceptions.TemplateException
rife.template.exceptions.ProcessingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AmbiguousTemplateNameException,BlockUnknownException,CircularConstructionException,CircularIncludesException,GetContentErrorException,IncludeNotFoundException,ModificationTimeErrorException,ResourceBundleNotFoundException,TemplateNotFoundException,TransformedResultConversionException,TransformerErrorException,ValueUnknownException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProcessingException(String message) ProcessingException(String message, Throwable cause) -
Method Summary
Methods inherited from class rife.template.exceptions.TemplateException
formatErrorMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ProcessingException
-
ProcessingException
-