AnyException type

AnyException is the supertype of every exception type.

EGL package name

eglx.lang

Example use
Type detail
externalType AnyException extends EAny type ClassType

   // text that explains the exception.
   message String;
  
   // unique identifier for condition that caused the exception.
   // this identifier should not be translated.
   messageID String; 
end
Comments
Every exception includes the fields for message and message identifier.
Compatibility
Table 1. Compatibility
Target Issue
Java No issues.
JavaScript No issues.