UM .NET API
6.16.1
|
An LBM SDM Exception indicating a bad raw object was encountered Where possible, additional data about the raw object is dumped. More...
Public Member Functions | |
LBMSDMBadRawObjectException () | |
Generic Constructor. | |
LBMSDMBadRawObjectException (System.String s) | |
Generic Constructor including a string. More... | |
LBMSDMBadRawObjectException (System.String s, LBMSDMRaw raw) | |
Constructor including field data. More... | |
An LBM SDM Exception indicating a bad raw object was encountered Where possible, additional data about the raw object is dumped.
com.latencybusters.lbm.sdm.LBMSDMBadRawObjectException.LBMSDMBadRawObjectException | ( | System.String | s | ) |
Generic Constructor including a string.
s | Exception message |
com.latencybusters.lbm.sdm.LBMSDMBadRawObjectException.LBMSDMBadRawObjectException | ( | System.String | s, |
LBMSDMRaw | raw | ||
) |
Constructor including field data.
s | Exception message |
raw | Raw field being added |
References com.latencybusters.lbm.sdm.LBMSDMRaw.toDbgString().