Package oracle.rules.rl.exceptions
package oracle.rules.rl.exceptions
-
ExceptionsClassDescriptionSemantic error -- an Array is expected at the given location in the source.Semantic error in assignment.Semantic error -- "new" operator cannot find a constructor for given class with appropriate argument types.Semantic error -- a language feature is used in the wrong context.Semantic error -- an unsupported type conversion is called for.RL Engine exception.Semantic error -- a Java class has been used before its fact class statement.FactPath and Association related ExceptionSemantic error -- a final RL or java fact class is extended by another class A final RL class or a java class with a final fact class declaration cannot be extended by another classsemantic error -- can't hide an exposed property or vice versaSemantic error -- bad function or method invocation for instance wrong number of argumentsRuntime error -- an invoked Java method threw an exception.Semantic error -- rule logical clause is greater than the number of supporting expressions.Semantic error -- the RL Type or Java Class has no such (public) member.Semantic error -- a name has been defined more than once.Fact classes do not support multiple inheritance.Semantic error -- an operator is applied to the wrong type of argumentSyntax error -- thrown when parse errors are encountered.RL Arithmetic exceptionRL ArrayIndexOutOfBounds exceptionRL ArrayStore exceptionRL ClassCast exceptionRL CloneNotSupported exceptionBase RL exception.RL IllegalArgument exceptionRL NegativeArraySize exceptionRL NullPointer exceptionBase RL runtime exception.Semantic error base exception class.Semantic error -- a name is undefined.Semantic error -- a name is not public.