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.IFieldDescriptor
s objects) does not match the actual
data structure implementation.- Since:
- Mar 4, 2010
- Author:
- Christopher K. Allen
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a newBadStructDefinition
object.Create a newBadStructDefinition
object with the source exception (the present exception being the last in a chain).BadStructException
(String strMsg) Create a newBadStructDefinition
object with a descriptive message.BadStructException
(String strMsg, Exception e) Create a newBadStructDefinition
object. -
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 newBadStructDefinition
object.- Since:
- Mar 4, 2010
-
BadStructException
Create a newBadStructDefinition
object with a descriptive message.- Parameters:
strMsg
- message describing the exception cause- Since:
- Mar 4, 2010
-
BadStructException
Create a newBadStructDefinition
object with the source exception (the present exception being the last in a chain).- Parameters:
e
- root exception- Since:
- Mar 4, 2010
-
BadStructException
Create a newBadStructDefinition
object.- Parameters:
strMsg
- message describing the exception causee
- root exception- Since:
- Mar 4, 2010
-