Package org.opencms.i18n.tools
Class CmsContainerPageCopier.NoCustomReplacementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencms.i18n.tools.CmsContainerPageCopier.NoCustomReplacementException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CmsContainerPageCopier
Exception indicating that no custom replacement element was found
for a type which requires replacement.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the resource for which no replacement was found.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoCustomReplacementException
Creates a new instance.- Parameters:
resource
- the resource for which no replacement was found
-
-
Method Details
-
getResource
Gets the resource for which no replacement was found.- Returns:
- the resource
-