Parse Error Event

Sepasoft MES Module Suite

This event is triggered by a web service listener if a call to run the web service generates a parsing error on the operation data.

Object Functions

 

getErrorMessage()

Description

Gets error message from the Parse Error.

Syntax

getErrorMessage()

 

  • Parameters

None

  • Returns

String message - A String object describing the Parse Error.

  • Scope

All

getException()

Description

Gets the exception for the parse error, if any.

Syntax

getException()

 

  • Parameters

None

  • Returns

WSException exception - The exception for the parse error occurred.

  • Scope

All

getOperation()

Description

Gets the Web Service Operation that failed.

Syntax

getOperation()

 

  • Parameters

None

  • Returns

WSOperation operation - A Web Service Operation object representing the operation that failed.

  • Scope

All

getVariablePath()

Description

Gets path to the Web Service Variable that failed to parse.

Syntax

getVariablePath()

 

  • Parameters

None

  • Returns

String path - A String object that represents the path to the Web Service Variable that failed to parse.

  • Scope

All

setErrorMessage(message)

Description

Sets error message for the Parse Error.

Syntax

setErrorMessage(message)

 

  • Parameters

String message - A String object describing the Parse Error.

  • Returns

Nothing

  • Scope

All

setException(exception)

Description

Sets the exception for the parse error.

Syntax

setException(exception)

 

  • Parameters

WSException exception - The exception to set the parse error for.

  • Returns

Nothing

  • Scope

All

setVariablePath(path)

Description

Sets the path for Web Service Variable that failed to parse.

Syntax

setVariablePath(path)

 

  • Parameters

String path - A String object that represents the path to the Web Service Variable that failed to parse.

  • Returns

Nothing

  • Scope

All

 

 

 

Sepasoft MES Module Suite