Class DQIdException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.orchestranetworks.addon.dqid.common.DQIdException
-
- All Implemented Interfaces:
java.io.Serializable
public final class DQIdException extends java.lang.ExceptionThrown during execution of anIndicator.- See Also:
IndicatorsExecutionResult, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DQIdException(com.onwbp.base.text.UserMessage error)DQIdException(java.lang.Throwable t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.onwbp.base.text.UserMessagegetErrorMessage()java.lang.StringgetMessage(java.util.Locale locale)Returns a localized user message string.
-