Class OperatorAnnotationNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class OperatorAnnotationNotFoundException
    extends java.lang.RuntimeException
    Operator properties are defined through a class annotation, this exception is thrown if no annotation was found when creating the operator instance.
    See Also:
    Serialized Form
    • 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

      • OperatorAnnotationNotFoundException

        public OperatorAnnotationNotFoundException​(java.lang.String className)