Package com.ezylang.evalex.operators
Class OperatorAnnotationNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.ezylang.evalex.operators.OperatorAnnotationNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class OperatorAnnotationNotFoundException extends java.lang.RuntimeExceptionOperator 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
-
-
Constructor Summary
Constructors Constructor Description OperatorAnnotationNotFoundException(java.lang.String className)
-