DeserialisationException

Exception, to be thrown when the specified serialised text could not be parsed, for whatever reason.

@safe final
class DeserialisationException : Exception {}

Constructors

this
this(string message, string file, size_t line, Throwable nextInChain)

Create a new DeserialisationException.

Meta