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,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 com.inductiveautomation.ignition.common.LocalizedException
getMessage 
 - 
 
 -