This namespace contains exception classes related to the configuration tools.
typedef AccessFailureT<String> AccessFailure |
Access failure.
typedef ElementNotFoundT<String> ElementNotFound |
Element not found.
typedef NameIsAmbiguousT<String> NameIsAmbiguous |
Ambiguous element name.
typedef ParsingFailureT<String> ParsingFailure |
Basic parsing failure.
typedef SyntaxErrorT<String> SyntaxError |
Invalid syntax.
typedef NameMismatchT<String> NameMismatch |
Mismatch failure.
typedef WritingFailureT<String> WritingFailure |
Basic writing failure.
typedef NameIsEmptyT<String> NameIsEmpty |
Empty name failure.