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 SummaryConstructors
- 
Method SummaryMethods inherited from class com.inductiveautomation.ignition.common.LocalizedExceptiongetMessageMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
LocalizedMessageException
 
-