Class TextresourceInformationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.tocco.nice2.model.entity.api.BaseRuntimeException
ch.tocco.nice2.web.core.api.exception.TextresourceInformationException
- All Implemented Interfaces:
InformationException
,Serializable
public class TextresourceInformationException
extends BaseRuntimeException
implements InformationException
Only client textresources are supported.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TextresourceInformationException
- Parameters:
key
- a textresource key
-
TextresourceInformationException
- Parameters:
key
- a textresource keycause
- the cause of this exception
-
-
Method Details
-
getInformation
- Specified by:
getInformation
in interfaceInformationException
-