ajexcept.c


Function ajExceptRaise

Check for exception. If not caught abort. Else call exception routine.

Prototype

void ajExceptRaise (
      const T* e,
      const char* file,
      ajint line
);

TypeNameRead/WriteDescription
const T*eInputException code
const char*fileInputfile exceptions called from
ajintlineInputline number exception called from
void RETURN

From EMBOSS 1.0.0