Micro Focus Content Manager SDK 10.1
TRIM.SDK.TrimParserException Class Reference

A special form of TRIMexception that is used whenever a function is called that parses a string. If an error is detected, this class also gives you a start and end position within the string, to assist in displaying where the error actually was detected. More...

Inheritance diagram for TRIM.SDK.TrimParserException:
TRIM.SDK.TrimException

Public Member Functions

 TrimParserException ()
 
- Public Member Functions inherited from TRIM.SDK.TrimException
 TrimException ()
 
 TrimException (string errorMsg)
 
 TrimException (int errorId, string errorMsg, int level)
 
override void GetObjectData (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
 
 TrimException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
 
void Clear ()
 
void Chuck ()
 
void Set (string message, bool isWarning)
 
void Assign (TrimException ae)
 
uint warningsCount ()
 
TrimException getOneWarning (uint idx)
 

Properties

long ErrorStarts [get]
 
long ErrorEnds [get]
 
- Properties inherited from TRIM.SDK.TrimException
override string Message [get]
 
int ErrorCode [get]
 
bool Good [get]
 
bool Bad [get]
 
bool Warning [get]
 
int Level [get]
 

Detailed Description

A special form of TRIMexception that is used whenever a function is called that parses a string. If an error is detected, this class also gives you a start and end position within the string, to assist in displaying where the error actually was detected.

Constructor & Destructor Documentation

◆ TrimParserException()

TRIM.SDK.TrimParserException.TrimParserException ( )

Property Documentation

◆ ErrorEnds

long TRIM.SDK.TrimParserException.ErrorEnds
get

◆ ErrorStarts

long TRIM.SDK.TrimParserException.ErrorStarts
get