Package-level declarations

Contains all the Exceptions classes used throughout the library.

Types

Link copied to clipboard

Exception class used by compxclib.Constants.setDefaultRound and thrown if the Int value is not between the range 0 .. 15

Link copied to clipboard

Exception class used by compxclib.ComplexNumber.checkEquals when the parameter provided is not of the type compxclib.ComplexNumber nor Number

Link copied to clipboard
class InvalidToken(message: String) : Exception

Exception class used by compxclib.parser.AstTree and compxclib.parser.Lexer that's thrown everytime an unexpected token pops up either in the first lexing process or the Abstract syntax tree creator.