Package org.nekosoft.pdffer.exception
Class TemplateGroupNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nekosoft.pdffer.exception.PdfferException
org.nekosoft.pdffer.exception.PdfferRegistryException
org.nekosoft.pdffer.exception.TemplateGroupNotFoundException
- All Implemented Interfaces:
Serializable
An exception raised when the registry was not able to find the requested template group.
- See Also:
- Serialized Form
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TemplateGroupNotFoundException
Creates a new instance.- Parameters:
group
- the group name that could not be found
-
-
Method Details
-
getGroup
Gets the group name that could not be found.- Returns:
- the group name that could not be found
-