Exception

Description

Functions to create and modify instances of type Exception

Functions

NameSignature and Synopsis
newExceptionException newException (String errorType, String message, Exception cause)
Creates a new Exception Instance based on the data passed in.