Class LocalizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.inductiveautomation.ignition.common.LocalizedException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 LocalizedMessageException,UnlicensedFeatureException,WriteFailureException
A localized message that takes a bundle key and lazily uses BundleUtil to create its localized message.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionLocalizedException(String message, Object... args) LocalizedException(String message, Throwable cause, Object... args)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
LocalizedException
 - 
LocalizedException
 
 - 
 - 
Method Details
- 
getMessage
- Overrides:
 getMessagein classThrowable
 
 -