Class LocalizedMessageException

  • All Implemented Interfaces:
    IMessageOnlyException, java.io.Serializable

    public class LocalizedMessageException
    extends LocalizedException
    implements IMessageOnlyException
    A localized message that takes a bundle key and lazily uses BundleUtil to create its localized message. This implementation implements IMessageOnlyException to avoid stack traces from being generated. If you have a cause, use LocalizedException
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      LocalizedMessageException​(java.lang.String message, java.lang.Object... args)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LocalizedMessageException

        public LocalizedMessageException​(java.lang.String message,
                                         java.lang.Object... args)