AnyException is the supertype of every exception type.
eglx.lang
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
Target | Issue |
---|---|
Java | No issues. |
JavaScript | No issues. |