-
Library Summary
Script Creator | Devin Olson |
Uses Library | baliCoreUtils |
-
-
Methods Detail
-
dumpExceptionStackToFile
Public Function dumpExceptionStackToFile(target As String) As Long |
Writes Exception information to a text file until there are no exceptions left in the ExceptionCarrierStack THIS METHOD WILL EMPTY THE ExceptionCarrierStack |
idx | Argument | Data Type | Attributes |
1 | target | String | |
|
Throws Exceptions |
---|
Message | Error Code | Comments |
MSG_PARAMETER_BLANK | 1199 |
MSG_OPERATION_FAILED | 1000 |
-
getExceptionCarrierStack
Public Function getExceptionCarrierStack() As ExceptionCarrierStack |
Gets the global ExceptionCarrierStack |
-
popExceptionCarrier
Public Function popExceptionCarrier() As ExceptionCarrier |
Gets the top (last added) ExceptionCarrier from the stack, then removes it from the stack. |
-
pushExceptionCarrier
Public Function pushExceptionCarrier(module As String, classname As String, extendedinfo As Variant) As ExceptionCarrier |
If an error exists, spawns a new ExceptionCarrier and pushes it onto the stack. |
idx | Argument | Data Type | Attributes |
1 | module | String | |
2 | classname | String | |
3 | extendedinfo | Variant | |
Copyright © HCL America, Inc. 1999, 2023. All Rights Reserved.