sdlang.exception

Undocumented in source.

Members

Aliases

SDLangParseException
deprecated alias SDLangParseException = ParseException

Compatibility alias

SDLangRangeException
deprecated alias SDLangRangeException = DOMRangeException

Compatibility alias

SDLangValidationException
deprecated alias SDLangValidationException = ValidationException

Compatibility alias

Classes

ArgumentException
class ArgumentException

Thrown when someting is wrong with the provided arguments to a function.

AttributeNotFoundException
class AttributeNotFoundException

Thrown by the DOM's sdlang.ast.Tag.expectAttribute, etc. functions if an Attribute isn't found.

DOMException
class DOMException

Thrown by the DOM on empty range and out-of-range conditions.

DOMNotFoundException
class DOMNotFoundException

Abstract parent class of TagNotFoundException, ValueNotFoundException and AttributeNotFoundException.

DOMRangeException
class DOMRangeException

Thrown by the DOM on empty range and out-of-range conditions.

ParseException
class ParseException

Thrown when a syntax error is encounterd while parsing.

SDLangException
class SDLangException

Abstract parent class of all SDLang-D defined exceptions.

TagNotFoundException
class TagNotFoundException

Thrown by the DOM's sdlang.ast.Tag.expectTag, etc. functions if a Tag isn't found.

ValidationException
class ValidationException

Thrown when attempting to do something in the DOM that's unsupported, such as:

ValueNotFoundException
class ValueNotFoundException

Thrown by the DOM's sdlang.ast.Tag.expectValue, etc. functions if a Value isn't found.

Meta