Package oracle.rules.rl.exceptions
Class MultipleInheritanceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.rules.rl.exceptions.RLException
oracle.rules.rl.exceptions.MultipleInheritanceException
- All Implemented Interfaces:
Serializable
Fact classes do not support multiple inheritance.
Because both the typechecker and engine can throw this exception, it
extends the base RLException rather than TypeCheckException or RLRuntimeException.
- See Also:
-
Method Summary
Methods inherited from class oracle.rules.rl.exceptions.RLException
addSrcTrace, getArgs, getColumn, getDescription, getLine, getMessage, getMsgID, getSource, getSteExtraCtx, printRLStackTrace, printRLStackTrace, printRLStackTrace, setColumn, setLine, setSource
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString