Package avail.stacks.exceptions

Types

Link copied to clipboard
class StacksCommentBuilderException(message: String, failedBuilder: CommentBuilder) : StacksException

An exception that occurs in a CommentBuilder

Link copied to clipboard
abstract class StacksException(message: String) : RuntimeException

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

Link copied to clipboard
class StacksScannerException(message: String, failedScanner: AbstractStacksScanner) : StacksException

An Stacks scanner exception