Package avrora

Class Summary
Avrora The Avrora class contains several utilities relating to exceptions and errors within Avrora.
Defaults The Defaults class contains the default mappings for microcontrollers, actions, input formats, constants, etc.
Defaults.AutoProgramReader  
Main This is the main entrypoint to Avrora.
Version The Version class represents a version number, including the major version, the commit number, as well as the date and time of the last commit.
 

Error Summary
Avrora.Error The Error class is the base class of all errors in Avrora.
Avrora.InternalError The InternalError class is a class of errors corresponding to exceptional conditions within Avrora.
Avrora.Unexpected The Unexpected class wraps an unexpected exception that may happen during execution.