Package de.uni_kiel.rz.fdr.repl.error
package de.uni_kiel.rz.fdr.repl.error
Contains cau-repl's exceptions.
-
Exception ClassesClassDescriptionThrown when a class could not be loaded, e.g. due to incorrect class path, or wrong settings.Thrown when your Groovy code could not be compiled, e.g. due to syntax errors.Thrown when an invocation of an external program failed, wither because it could not be started, or because it returned a non-zero exit code.Thrown when cau-repl does not proper access rights in the JVM.Thrown when a job-related function could not be performed, e.g. because the job was in the wrong state.Thrown when there was corrupted data in one of cau-repl's log files.Thrown when there was invalid data in one of cau-repl's job state files.Thrown when the REPL failed to start, e.g. due to wrong settings.Thrown when your Groovy code could not be compiled, e.g. due to syntax errors.