Package xal.smf.scada

Class BadStructException

All Implemented Interfaces:
Serializable

public class BadStructException extends RuntimeException
Runtime exception thrown when, during structure access operations, it is found that the definition of the data structure (through the array of ScadaRecord.IFieldDescriptors objects) does not match the actual data structure implementation.
Since:
Mar 4, 2010
Author:
Christopher K. Allen
See Also:
  • Constructor Details

    • BadStructException

      public BadStructException()
      Create a new BadStructDefinition object.
      Since:
      Mar 4, 2010
    • BadStructException

      public BadStructException(String strMsg)
      Create a new BadStructDefinition object with a descriptive message.
      Parameters:
      strMsg - message describing the exception cause
      Since:
      Mar 4, 2010
    • BadStructException

      public BadStructException(Exception e)
      Create a new BadStructDefinition object with the source exception (the present exception being the last in a chain).
      Parameters:
      e - root exception
      Since:
      Mar 4, 2010
    • BadStructException

      public BadStructException(String strMsg, Exception e)
      Create a new BadStructDefinition object.
      Parameters:
      strMsg - message describing the exception cause
      e - root exception
      Since:
      Mar 4, 2010