Skip to main content

%iKnow.ModelException

Property Inventory

Method Inventory

Properties

property File as %String (MAXLEN = 512);
Property methods: FileDisplayToLogical(), FileGet(), FileIsValid(), FileLogicalToDisplay(), FileLogicalToOdbc(), FileNormalize(), FileSet()
property LineContent as %String (MAXLEN = 512);
Property methods: LineContentDisplayToLogical(), LineContentGet(), LineContentIsValid(), LineContentLogicalToDisplay(), LineContentLogicalToOdbc(), LineContentNormalize(), LineContentSet()
property LineNumber as %Integer;
Property methods: LineNumberDisplayToLogical(), LineNumberGet(), LineNumberIsValid(), LineNumberLogicalToDisplay(), LineNumberNormalize(), LineNumberSet()
property Status as %Status;
Property methods: StatusGet(), StatusIsValid(), StatusLogicalToOdbc(), StatusSet()

Methods

classmethod Create(status As %Status = $$$OK, file As %String = "", lineNumber As %Integer = -1, lineContent As %String = "") as ModelException

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab