Notice: Over the next few months, we're reorganizing the App Engine documentation site to make it easier to find content and better align with the rest of Google Cloud products. The same content will be available, but the navigation will now match the rest of the Cloud products. If you have feedback or questions as you navigate the site, click Send Feedback.

EvaluationException

com.google.appengine.api.search.dev

Class EvaluationException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.google.appengine.api.search.dev.EvaluationException
  • All Implemented Interfaces:
    java.io.Serializable


    public class EvaluationException
    extends java.lang.Exception
    Exception thrown from Expression.eval() method if expression cannot be evaluated.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      EvaluationException(java.lang.String msg) 
    • Method Summary

      • 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

      • EvaluationException

        public EvaluationException(java.lang.String msg)