Package xal.smf.scada

Class ScadaAnnotationException

All Implemented Interfaces:
Serializable

public class ScadaAnnotationException extends RuntimeException
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 Details

    • ScadaAnnotationException

      public ScadaAnnotationException()
      Creates a new, empty ScadaAnnotationException.
      Since:
      Sep 22, 2011
    • ScadaAnnotationException

      public ScadaAnnotationException(String strMsg)
      Creates a new ScadaAnnotationException with the given error message.
      Parameters:
      strMsg - error message for the exception
      Since:
      Sep 22, 2011
    • ScadaAnnotationException

      public ScadaAnnotationException(Throwable expSrc)
      Creates a new ScadaAnnotationException with the given source exception.
      Parameters:
      expSrc - exception raising this exception
      Since:
      Sep 22, 2011
    • ScadaAnnotationException

      public ScadaAnnotationException(String strMsg, Throwable expSrc)
      Creates a new ScadaAnnotationException with the given error message and source exception.
      Parameters:
      strMsg - error message for the exception
      expSrc - exception raising this exception
      Since:
      Sep 22, 2011