Class EvaluationException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String _additionalDetails  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()  
      void printStackTrace​(java.io.PrintStream print)  
      void printStackTrace​(java.io.PrintWriter print)  
      void setAdditionalDetails​(java.lang.String additionalDetails)  
      static java.lang.RuntimeException wrap​(java.lang.Throwable cause)
      Deprecated.
      This method is here to support the historical runtime semantics, and should not be used in standard gosu (it is used in code gen, see gw.internal.gosu.ir.transform.statement.TryCatchFinallyStatementTransformer#wrapCatchSymbol(gw.lang.ir.IRExpression)
      • Methods inherited from class java.lang.Throwable

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

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

      • _additionalDetails

        private java.lang.String _additionalDetails
    • Constructor Detail

      • EvaluationException

        public EvaluationException​(java.lang.String message)
      • EvaluationException

        private EvaluationException​(java.lang.Throwable t)
    • Method Detail

      • wrap

        @Deprecated
        public static java.lang.RuntimeException wrap​(java.lang.Throwable cause)
        Deprecated.
        This method is here to support the historical runtime semantics, and should not be used in standard gosu (it is used in code gen, see gw.internal.gosu.ir.transform.statement.TryCatchFinallyStatementTransformer#wrapCatchSymbol(gw.lang.ir.IRExpression)
      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable
      • printStackTrace

        public void printStackTrace​(java.io.PrintStream print)
        Overrides:
        printStackTrace in class java.lang.Throwable
      • printStackTrace

        public void printStackTrace​(java.io.PrintWriter print)
        Overrides:
        printStackTrace in class java.lang.Throwable