UM Java API  6.16
com.latencybusters.lbm.sdm.LBMSDMDuplicateFieldException Class Reference
Inheritance diagram for com.latencybusters.lbm.sdm.LBMSDMDuplicateFieldException:
com.latencybusters.lbm.sdm.LBMSDMException

Public Member Functions

 LBMSDMDuplicateFieldException ()
 
 LBMSDMDuplicateFieldException (String s)
 
 LBMSDMDuplicateFieldException (String s, LBMSDMField f)
 

Detailed Description

An LBM SDM Exception indicating a duplicate field exists - probably when adding a field. Where possible, additional field data is dumped.

Constructor & Destructor Documentation

com.latencybusters.lbm.sdm.LBMSDMDuplicateFieldException.LBMSDMDuplicateFieldException ( )

Generic Constructor

com.latencybusters.lbm.sdm.LBMSDMDuplicateFieldException.LBMSDMDuplicateFieldException ( String  s)

Generic Constructor including a string

Parameters
sException message
com.latencybusters.lbm.sdm.LBMSDMDuplicateFieldException.LBMSDMDuplicateFieldException ( String  s,
LBMSDMField  f 
)

Constructor including field data

Parameters
sException message
fField being added

References com.latencybusters.lbm.sdm.LBMSDMField.get_name().


The documentation for this class was generated from the following file: