class Error

The Error class is used for throwing errors from the encoder/decoder

Inheritance:


Public Fields

[more]char* desc
[more]char* label

Public Methods

[more]virtual void errout()
[more]Error(char*, char*)

Documentation

The Error class is used for throwing errors from the encoder/decoder. Each error which is thrown consists of a description, a label, and a virtual member function to print the error.
ochar* desc

ochar* label

ovirtual void errout()

o Error(char*, char*)


Direct child classes:
SpecErr
Repeats
NullPtr
Invalid
Bounds

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.