Class LocalizedMessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.inductiveautomation.ignition.common.LocalizedException
com.inductiveautomation.ignition.common.LocalizedMessageException
- All Implemented Interfaces:
IMessageOnlyException
,Serializable
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:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.inductiveautomation.ignition.common.LocalizedException
getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LocalizedMessageException
-