Package xal.smf.scada
Class BadStructException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
xal.smf.scada.BadStructException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionCreate a newBadStructDefinitionobject.Create a newBadStructDefinitionobject with the source exception (the present exception being the last in a chain).BadStructException(String strMsg) Create a newBadStructDefinitionobject with a descriptive message.BadStructException(String strMsg, Exception e) Create a newBadStructDefinitionobject. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadStructException
public BadStructException()Create a newBadStructDefinitionobject.- Since:
- Mar 4, 2010
-
BadStructException
Create a newBadStructDefinitionobject with a descriptive message.- Parameters:
strMsg- message describing the exception cause- Since:
- Mar 4, 2010
-
BadStructException
Create a newBadStructDefinitionobject with the source exception (the present exception being the last in a chain).- Parameters:
e- root exception- Since:
- Mar 4, 2010
-
BadStructException
Create a newBadStructDefinitionobject.- Parameters:
strMsg- message describing the exception causee- root exception- Since:
- Mar 4, 2010
-