Class TextResourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.tocco.nice2.textresources.impl.TextResourceException
- All Implemented Interfaces:
Serializable
An exception witch is thrown when a text-resource cannot be found.
However the consumer of
However the consumer of
TextResources.getText(String, Locale)
never sees this exception. Its thrown only internally and written to the log then.
Its used to have a nice stack-trace to inform you what code required text-resources
which don't exist.- See Also:
-
Constructor Summary
ConstructorDescriptionTextResourceException
(String message) TextResourceException
(String message, Throwable cause) TextResourceException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TextResourceException
public TextResourceException() -
TextResourceException
-
TextResourceException
-
TextResourceException
-