java.lang.Exception Extension
Location
- Reference: elements.jar
- Namespace: RemObjects.Elements.RTL
- Extends: Exception
- Platforms: Cooper
Properties
CallStack
property CallStack: ImmutableList<String> read;
ImmutableList<String> CallStack { get; }
var CallStack: ImmutableList<String> { get{} }
ImmutableList<String> CallStack { __get; }
ReadOnly Property CallStack() As ImmutableList<String>
Instance Methods
constructor
constructor(aMessage: PlatformString; params aParams: array of Object)
java.lang.Exception(PlatformString aMessage, params Object[] aParams)
init(_ aMessage: PlatformString, _ aParams: Object...)
java.lang.Exception(PlatformString aMessage, Object[]... aParams)
Sub New(aMessage As PlatformString, ParamArray aParams As Object())
Parameters:
- aMessage:
- aParams: