NiwenParserException

class NiwenParserException(message: String, cause: Throwable? = null) : TegralException

Exception type for anything thrown by Niwen Parser.

Note that individual expectations should not throw these exceptions when they do not match: instead they should return a ExpectationResult.DidNotMatch object. A NiwenParserException being thrown indicates that something is very wrong, for example that the parser is not configured properly.

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)

Properties

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

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