StacksException

abstract class StacksException(message: String) : RuntimeException

A StacksException is an abstract RuntimeException that defines common state amongst exceptions in Stacks.

Author

Richard Arriaga

Inheritors

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?
Link copied to clipboard
abstract val moduleName: String

The name of the module that the failure occurred.

Link copied to clipboard

Produce a String representation of the stack trace captured in this Throwable.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard