TopLevel
Class SystemError
This error indicates an error in the system, which doesn't fall into
any of the other error categories like for example IOError. The SystemError
is always related to a systems internal Java exception. The class provides
access to some more details about this internal Java exception.
Properties
causeFullName
:
String
If the exception is associated with a root cause, the property
contains the full name of the associated Java exception.
causeMessage
:
String
If the exception is associated with a root cause, the property
contains the message of the associated Java exception.
causeName
:
String
If the exception is associated with a root cause, the property
contains the simplified name of the associated Java exception.
javaFullName
:
String
The full name of the underlying Java exception.
javaMessage
:
String
The message of the underlying Java exception.
javaName
:
String
The simplified name of the underlying Java exception.
Constructor Summary
Method Summary
Methods inherited from class
Error
Methods inherited from class
Object
assign, create, create, defineProperties, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toLocaleString, toString, valueOf, values
© Copyright 2000-2024, salesforce.com inc. All rights reserved. Various trademarks held by their respective owners.