Class: Exception

Exception(type, message, detail, cause)

new Exception(type, message, detail, cause)

Represents a simple exception class

Parameters:
Name Type Description
type string The type of exception
message string Informational message about the exception
detail any Any detail / diagnostic information
cause Exception The cause of the exception
Properties:
Name Type Description
message string Informational message about the exception
details any Any detail / diagnostic information
cause Exception The cause of the exception
Source:

Members

$type :string

Type:
  • string
Source:

cause :Exception

Type:
  • Exception
Source:

data :Array

Type:
  • Array
Source:

detail :string

Type:
  • string
Source:

message :string

Type:
  • string
Source:

policy :string

Type:
  • string
Source:

policyOutcome :string

Type:
  • string
Source:

rules :Array

Type:
  • Array
Source:

stack :string

Type:
  • string
Source: