WLJS LogoWLJS Notebook

ExceptionTypes

ExceptionTypes[]
ExceptionTypes[tagSpec]

returns registered symbolic exception types. With tagSpec, it returns the registered types that are subtypes of the specified type or types.

Examples

List all registered types:

ExceptionTypes[]

List registered subtypes of a particular parent:

ExceptionTypes["GeneralError"]

See the official Wolfram Language reference for accepted tag specifications.

On this page