DAWhereParseXmlException

Overview

The DAWhereParseXmlExcetion class represents exceptions that are raised while parsing Dynamic Where expression from XML-serialized back to object tree structure.

Location

Instance Methods


constructor (String)

Creates a new instance of the DAException class with the given exception message.

 

constructor(message: String)

 

DAWhereParseXmlException(String message)

Parameters:

  • message: An exception message.

constructor (String, Object[])

Creates a new instance of the DAException class with the given exception message and parameters.

 

constructor(message: String; parameters: array of Object)

 

DAWhereParseXmlException(String message, Object[] parameters)

Parameters:

  • message: An exception message.
  • parameters: Parameters used to format exception message.