Class TextResourceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ch.tocco.nice2.textresources.impl.TextResourceException
All Implemented Interfaces:
Serializable

public class TextResourceException extends Exception
An exception witch is thrown when a text-resource cannot be found.
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 Details

    • TextResourceException

      public TextResourceException()
    • TextResourceException

      public TextResourceException(String message)
    • TextResourceException

      public TextResourceException(String message, Throwable cause)
    • TextResourceException

      public TextResourceException(Throwable cause)