SIMLIB/C++  3.07
Namespaces | Enumerations | Functions | Variables
errors.cc File Reference
#include "simlib.h"
#include "errors.h"
Include dependency graph for errors.cc:

Go to the source code of this file.

Namespaces

 simlib3
 Implementation of class CalendarList
interface is static - using global functions in SQS namespace.
 

Enumerations

enum  simlib3::_ErrEnum {
  simlib3::Copyright, simlib3::UnknownError, simlib3::InternalError, simlib3::MemoryError,
  simlib3::InitError, simlib3::TwiceInitError, simlib3::InitInRunError, simlib3::RunUseError,
  simlib3::SetStepError, simlib3::InitMinStepError, simlib3::SetStepError2, simlib3::SetAccuracyError,
  simlib3::SFunctionUseError, simlib3::AccuracyError, simlib3::LinkRefError, simlib3::LinkDelError,
  simlib3::LinkOutError, simlib3::DuplicateCalendar, simlib3::DeletingActive, simlib3::SchedulingBeforeTime,
  simlib3::EmptyCalendar, simlib3::ProcessNotInitialized, simlib3::HistoStepError, simlib3::HistoCountError,
  simlib3::ListActivityError, simlib3::ListEmptyError, simlib3::QueueRefError, simlib3::EmptyWUListError,
  simlib3::EntityRefError, simlib3::EntityIsNotScheduled, simlib3::TStatNotInitialized, simlib3::CantCreateIntg,
  simlib3::CantDestroyIntg, simlib3::CantCreateStatus, simlib3::CantDestroyStatus, simlib3::FacInterruptError,
  simlib3::ReleaseError, simlib3::ReleaseNotSeized, simlib3::EnterCapError, simlib3::LeaveManyError,
  simlib3::SetCapacityError, simlib3::SetQueueError, simlib3::WeibullError, simlib3::ErlangError,
  simlib3::NegBinError, simlib3::NegBinMError1, simlib3::NegBinMError2, simlib3::PoissonError,
  simlib3::GeomError, simlib3::HyperGeomError1, simlib3::HyperGeomError2, simlib3::OutFilePutError,
  simlib3::OutFileOpenError, simlib3::CantOpenOutFile, simlib3::CantCloseOutFile, simlib3::AlgLoopDetected,
  simlib3::LowGreaterHigh, simlib3::BadQntzrStep, simlib3::InconsistentHeader, simlib3::SemaphoreError,
  simlib3::BadUniformParam, simlib3::StatNoRecError, simlib3::StatDispError, simlib3::AL_BadBounds,
  simlib3::AL_BadInitVal, simlib3::AL_Diverg, simlib3::AL_MaxCount, simlib3::AL_NotInLoop,
  simlib3::NI_UnknownMeth, simlib3::NI_MultDefMeth, simlib3::NI_IlStepSize, simlib3::NI_NotSingleStep,
  simlib3::NI_NotMultiStep, simlib3::NI_CantSetMethod, simlib3::NI_CantSetStarter, simlib3::RlineErr1,
  simlib3::RlineErr2, simlib3::NoDebugErr, simlib3::DelayTimeErr, simlib3::ParameterChangeErr,
  simlib3::UserError, simlib3::Copyright, simlib3::UnknownError, simlib3::InternalError,
  simlib3::MemoryError, simlib3::InitError, simlib3::TwiceInitError, simlib3::InitInRunError,
  simlib3::RunUseError, simlib3::SetStepError, simlib3::InitMinStepError, simlib3::SetStepError2,
  simlib3::SetAccuracyError, simlib3::SFunctionUseError, simlib3::AccuracyError, simlib3::LinkRefError,
  simlib3::LinkDelError, simlib3::LinkOutError, simlib3::DuplicateCalendar, simlib3::DeletingActive,
  simlib3::SchedulingBeforeTime, simlib3::EmptyCalendar, simlib3::ProcessNotInitialized, simlib3::HistoStepError,
  simlib3::HistoCountError, simlib3::ListActivityError, simlib3::ListEmptyError, simlib3::QueueRefError,
  simlib3::EmptyWUListError, simlib3::EntityRefError, simlib3::EntityIsNotScheduled, simlib3::TStatNotInitialized,
  simlib3::CantCreateIntg, simlib3::CantDestroyIntg, simlib3::CantCreateStatus, simlib3::CantDestroyStatus,
  simlib3::FacInterruptError, simlib3::ReleaseError, simlib3::ReleaseNotSeized, simlib3::EnterCapError,
  simlib3::LeaveManyError, simlib3::SetCapacityError, simlib3::SetQueueError, simlib3::WeibullError,
  simlib3::ErlangError, simlib3::NegBinError, simlib3::NegBinMError1, simlib3::NegBinMError2,
  simlib3::PoissonError, simlib3::GeomError, simlib3::HyperGeomError1, simlib3::HyperGeomError2,
  simlib3::OutFilePutError, simlib3::OutFileOpenError, simlib3::CantOpenOutFile, simlib3::CantCloseOutFile,
  simlib3::AlgLoopDetected, simlib3::LowGreaterHigh, simlib3::BadQntzrStep, simlib3::InconsistentHeader,
  simlib3::SemaphoreError, simlib3::BadUniformParam, simlib3::StatNoRecError, simlib3::StatDispError,
  simlib3::AL_BadBounds, simlib3::AL_BadInitVal, simlib3::AL_Diverg, simlib3::AL_MaxCount,
  simlib3::AL_NotInLoop, simlib3::NI_UnknownMeth, simlib3::NI_MultDefMeth, simlib3::NI_IlStepSize,
  simlib3::NI_NotSingleStep, simlib3::NI_NotMultiStep, simlib3::NI_CantSetMethod, simlib3::NI_CantSetStarter,
  simlib3::RlineErr1, simlib3::RlineErr2, simlib3::NoDebugErr, simlib3::DelayTimeErr,
  simlib3::ParameterChangeErr, simlib3::UserError
}
 

Functions

const char * simlib3::_ErrMsg (enum _ErrEnum N)
 

Variables

static const char simlib3::_Errors []