Exceptions
Table of Contents
Classes
- InvalidTokenArray
- Exception thrown when an non-existent token array is requested.
- LogicException
- Exception for reporting a logic error.
- MissingArgumentError
- Exception for when a (conditionally) required parameter is not passed.
- OutOfBoundsStackPtr
- Exception for when a stack pointer which doesn't exist in the current file is passed.
- RuntimeException
- Exception for reporting a runtime error.
- TestFileNotFound
- Exception thrown when the UtilityMethodTestCase::getTargetToken() method is run without a
tokenized test case file being available.
- TestMarkerNotFound
- Exception thrown when a delimiter comment can not be found in a test case file.
- TestTargetNotFound
- Exception thrown when a test target token can not be found in a test case file.
- TypeError
- Exception for an invalid argument type passed.
- UnexpectedTokenType
- Exception for when a stack pointer is passed which is not of the expected token type.
- ValueError
- Exception for an invalid argument value passed.