Package xal.smf.scada
Class ScadaAnnotationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
xal.smf.scada.ScadaAnnotationException
- All Implemented Interfaces:
Serializable
Exception thrown when the annotations necessary to describe the SCADA
operations, for the current class or data structure, are inconsistent,
invalid, or missing.
Ported from XAL on Jul 15, 2014.
· Jonathan M. Freed
- Since:
- Sep 22, 2011
- Author:
- Christopher K. Allen
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new, emptyScadaAnnotationException
.ScadaAnnotationException
(String strMsg) Creates a newScadaAnnotationException
with the given error message.ScadaAnnotationException
(String strMsg, Throwable expSrc) Creates a newScadaAnnotationException
with the given error message and source exception.ScadaAnnotationException
(Throwable expSrc) Creates a newScadaAnnotationException
with the given source exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ScadaAnnotationException
public ScadaAnnotationException()Creates a new, emptyScadaAnnotationException
.- Since:
- Sep 22, 2011
-
ScadaAnnotationException
Creates a newScadaAnnotationException
with the given error message.- Parameters:
strMsg
- error message for the exception- Since:
- Sep 22, 2011
-
ScadaAnnotationException
Creates a newScadaAnnotationException
with the given source exception.- Parameters:
expSrc
- exception raising this exception- Since:
- Sep 22, 2011
-
ScadaAnnotationException
Creates a newScadaAnnotationException
with the given error message and source exception.- Parameters:
strMsg
- error message for the exceptionexpSrc
- exception raising this exception- Since:
- Sep 22, 2011
-