StackBoundsException

Exception that indicates any kind of out of bound access in stack, for example, trying to pop from empty one.

class StackBoundsException : Exception {}

Constructors

this
this()
Undocumented in source.

Meta