Class JatosGuiException

  • All Implemented Interfaces:
    java.io.Serializable

    public class JatosGuiException
    extends java.lang.Exception
    Exception for any kind of exceptional behaviour within one of JATOS' GUI actions. A Result is defined that will be displayed instead of the normal action's output. All JatosGuiExceptions are caught by the ErrorHandler.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      JatosGuiException​(play.mvc.Result result)  
      JatosGuiException​(play.mvc.Result result, java.lang.String message)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      play.mvc.Result getSimpleResult()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JatosGuiException

        public JatosGuiException​(play.mvc.Result result,
                                 java.lang.String message)
      • JatosGuiException

        public JatosGuiException​(play.mvc.Result result)
    • Method Detail

      • getSimpleResult

        public play.mvc.Result getSimpleResult()