public interface DmcUncheckedOIFHandlerIF
| Modifier and Type | Method and Description |
|---|---|
void |
handleObject(DmcUncheckedObject obj,
String infile,
int lineNumber)
Process the object as required.
|
void handleObject(DmcUncheckedObject obj, String infile, int lineNumber) throws ResultException, DmcValueException, DmcRuleExceptionSet, DmcNameClashException
obj - The object to be handled.infile - Name of the file from which the object was loaded.lineNumber - The line in the file where the object ended.ResultException - if problems occurDmcValueException - if values are incorrectDmcRuleExceptionSet - if rule problemsDmcNameClashException - if names clashCopyright © 2023. All rights reserved.