public class BadStructException
extends java.lang.RuntimeException
ScadaRecord.IFieldDescriptors objects) does
not match the actual data structure implementation.| Constructor and Description |
|---|
BadStructException()
Create a new
BadStructDefinition object. |
BadStructException(java.lang.Exception e)
Create a new
BadStructDefinition object with
the source exception (the present exception being the
last in a chain). |
BadStructException(java.lang.String strMsg)
Create a new
BadStructDefinition object with
a descriptive message. |
BadStructException(java.lang.String strMsg,
java.lang.Exception e)
Create a new
BadStructDefinition object. |
public BadStructException()
BadStructDefinition object.public BadStructException(java.lang.String strMsg)
BadStructDefinition object with
a descriptive message.strMsg - message describing the exception causepublic BadStructException(java.lang.Exception e)
BadStructDefinition object with
the source exception (the present exception being the
last in a chain).e - root exceptionpublic BadStructException(java.lang.String strMsg,
java.lang.Exception e)
BadStructDefinition object.strMsg - message describing the exception causee - root exception