Class TemplateProcessorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.synapse.mediators.transform.pfutils.TemplateProcessorException
-
- All Implemented Interfaces:
Serializable
public class TemplateProcessorException extends RuntimeException
This will throw when there's an exception occurs in the template processing step in any implementation of the TemplateProcessor- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TemplateProcessorException(String message)
TemplateProcessorException(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
-
-