Created on 09 September 2015
icon_unfollowing
Login to follow
exceptionutils

ExceptionUtils

Stable version 2.1.0 (Compatible with OutSystems 11)
Other versions available for 10 and Older
Uploaded on 09 December 2018 by 
exceptionutils

ExceptionUtils

Created on OutSystems 11

Version 2.1.0

Stable
Current
Application Package
Uploaded on 09 December 2018 by 
Compatible with:
Version 11
Database:
All
Release notes:

Direct upgrade from version 2.0.0 to O11.

Keeping change notes since both 010 and 011 are being published at the same time.


Features:

  • Added new action GetLastExceptionDetails that returns a list with the Exception and its Inner Exceptions.
    • It's possible to control the maximum number of Inner Exceptions returned.
  • Added new a AsText output on the GetLastException method. Returns a text with a complete representation of the Exception and its Inner Exceptions, similar to what you would find in an Error Log.


Changes:

  • Renamed existing actions to simplify the names. Old actions no longer suffixed with "Details".
  • Updated all the descriptions
  • Protected a the code to be save against any potential errors. Methods should always return empty if it was not possible to get the last exceptions information.

Application Objects:
ExceptionUtils has 0 AOs.
Created on OutSystems 10

Version 2.0.0

Stable
Application Package
Uploaded on 09 December 2018 by 
Compatible with:
Version 11
Version 10
Stack:
All
Database:
All
Release notes:

Features:

  • Added new action GetLastExceptionDetails that returns a list with the Exception and its Inner Exceptions.
    • It's possible to control the maximum number of Inner Exceptions returned.
  • Added new a AsText output on the GetLastException method. Returns a text with a complete representation of the Exception and its Inner Exceptions, similar to what you would find in an Error Log.


Fixes:

  • (JAVA Only) The GetLastException.Stack output returned more than the Stack. 
    • To get the old behavior change the .Stack to .AsText since the new output has the same semantic that the Stack was returning.


Changes:

  • Renamed existing actions to simplify the names. Old actions no longer suffixed with "Details". 
  • Updated all the descriptions
  • Protected a the code to be save against any potential errors. Methods should always return empty if it was not possible to get the last exceptions information.
Created on Older versions

Version 1.0.0

Stable
Application Package
Uploaded on 09 September 2015 by 
Compatible with:
Version 11
Version 10
Version 9
Stack:
All
Database:
All
Application Objects:
ExceptionUtils has 0 AOs.