AMPLInternalException ===================== .. java:package:: com.ampl :noindex: .. java:type:: class AMPLInternalException extends RuntimeException Captures an error happened during the inner workings of the API. Two main types of errors are included: 1) exceptions thrown when validating parameters of function 2) AMPL syntax errors presented when interacting with AMPL for the procedures like getting data for entities and so forth. This is then processed by the internalDiagnosticHandler Fields ------ amplCommand ^^^^^^^^^^^ .. java:field:: String amplCommand :outertype: AMPLInternalException procedure ^^^^^^^^^ .. java:field:: String procedure :outertype: AMPLInternalException Constructors ------------ AMPLInternalException ^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: AMPLInternalException(Throwable cause, String procedure, String AMPLCommand) :outertype: AMPLInternalException AMPLInternalException ^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: AMPLInternalException(String message, String procedure) :outertype: AMPLInternalException AMPLInternalException ^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: AMPLInternalException(String message, String procedure, String AMPLCommand) :outertype: AMPLInternalException Methods ------- toString ^^^^^^^^ .. java:method:: @Override public String toString() :outertype: AMPLInternalException