AccountNotFound |
Thrown when the account is not found on the admin settings page
|
AccountOwner |
Thrown when a user attempts to modify their own account
through the admin account settings page
|
CompareSameSubmission |
Thrown if the user tries to compare a submission against itself
|
DetectorNotFound |
Thrown when the detector was not found
|
FileUploadFailed |
Thrown if the file failed to upload when adding a submission
|
IWorkspaceNotFound |
Thrown if the workspace is not found in the engine
|
LoadingHelpFailed |
Thrown if the help.properties file was not loaded successfully
|
MapperException |
Thrown when the "addMatch" method in LineMapper is called after
the "Fill" method has already ran
|
NoFilesUploaded |
Thrown if the user clicks submit on the "upload submissions"
page when they selected no files
|
NotAjaxRequest |
Thrown if the user attempts to load a page that isonly allowed
to be loaded through ajax/javascript requests
|
NotImplementedException |
Thrown when the user tries to run a function that has not been finished
|
NotTemplateOwner |
Thrown if a user attempts to modify a template that they are not
the owner of
|
ParameterNotFound |
Thrown if the parameter is not found for the current user
|
ResultsNotFound |
Thrown if the job id is not found for the current workspace
|
SourceFileNotFound |
Thrown if the source file is not found in the current submission
|
SpringNotInitialised |
Thrown when Spring hasn't finished loading but a user attempts to load a page
|
SubmissionNotFound |
Thrown if the submission is not found in the current workspace
|
TemplateContainsNoDetectors |
Thrown if the user attempts to run a template when there are no detectors
|
TemplateNotFound |
Thrown if the template is not found for the current user
|
WorkspaceNotFound |
Thrown if the workspace is not found for the current user
|