DASchemaException

Overview

The DASchemaException class represents errors that have occured in the schema of the DA application.

Location

Instance Methods


constructor (String)

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

 

constructor(message: String)

 

DASchemaException(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)

 

DASchemaException(String message, Object[] parameters)

Parameters:

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