This class represents an exception, it's the base class of all exceptions used throughout this library.
Creates a new exception with the given message, file and line info.
Creates a new exception out of the given exception. Used for wrapping already existing exceptions as SerializationExceptions.
See Implementation
This class represents an exception, it's the base class of all exceptions used throughout this library.