Package net.officefloor.woof.template
Class WoofTemplateExtensionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.officefloor.woof.template.WoofTemplateExtensionException
- All Implemented Interfaces:
Serializable
Flags that the
WebTemplateExtension is unknown or unable to be
obtained.- Author:
- Daniel Sagenschneider
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWoofTemplateExtensionException(String message) Initiate.WoofTemplateExtensionException(String message, Throwable cause) Initiate. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WoofTemplateExtensionException
Initiate.- Parameters:
message- Reason.cause- Cause.
-
WoofTemplateExtensionException
Initiate.- Parameters:
message- Reason.
-