daffodil.util.errors

Undocumented in source.

Public Imports

std.exception
public import std.exception;

Members

Mixins

__anonymous
mixin classException!"ImageException"

Exception thrown when a image failed to load

__anonymous
mixin classException!("InvalidHeader", ImageException)

Exception thrown when the header for an image is invalid

__anonymous
mixin classException!("InvalidImageType", ImageException)

Exception thrown when image data was not in a required format, ie. wrong file type

__anonymous
mixin classException!("NotSupported", ImageException)

Exception thrown when a image has unsupported features.

__anonymous
mixin classException!("UnexpectedEndOfData", ImageException)

Exception thrown when the end of a file is reached before all expected data was read

Mixin templates

classException
mixintemplate classException(string name, base = Exception)

Create a basic exception subclass with the default exception constructor.

Meta