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 SummaryConstructorsConstructorDescriptionLocalizedException(String message, Object... args) LocalizedException(String message, Throwable cause, Object... args) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
LocalizedException
- 
LocalizedException
 
- 
- 
Method Details- 
getMessage- Overrides:
- getMessagein class- Throwable
 
 
-