InternalDiagnostic ================== .. java:package:: com.ampl :noindex: .. java:type:: interface InternalDiagnostic To use internally to eventually mask non-ampl runtime exceptions. Default implementation is to simply rethrow the exceptions (for Java). When additional languages will be implemented, this might change to use language specific handlers. Methods ------- diagnose ^^^^^^^^ .. java:method:: void diagnose(RuntimeException ex) :outertype: InternalDiagnostic