BirchwoodException

A runtime exception in the Birchwood library

Constructors

this
this(ErrorType errType)

Constructs a new exception with the given sub-error type and infers the auxillary information based on said sub-error type

this
this(ErrorType errType, string auxInfo)

Constructs a new exception with the given sub-error type and auxillary information

Members

Functions

getType
ErrorType getType()

Retrieve the specific error which occurred

Meta