BBMOD_Exception

A constructor defined in BBMOD_Exception.gml

Extends BBMOD_Class

new BBMOD_Exception([_msg])

Description

The base struct for exceptions thrown by the BBMOD library.

Arguments

Name Type Description
_msg String An exception message. Defaults to an empty string.

Properties

Name Description
Message The exception message.

Inherited methods

Name Description
destroy Frees resources used by the struct from memory.
implement Implements an interface into the struct.
implements Checks whether the struct implements an interface.
is_instance Checks if the struct inherits from given class.

Child structs

BBMOD_NotImplementedException, BBMOD_OutOfRangeException

Do you find this page helpful?

Copyright © 2023, BlueBurn. Built on May 02, 2023 using GMDoc.