Class TypeWarningException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TypeWarningException
    extends TypeException
    A sepcialization of TypeException which can be thrown during type checking to indicate that a rule has failed to type check for a legitimate reason. It indicates that rule execution should be inhibited even though the rule has already been injected.
    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

      • TypeWarningException

        public TypeWarningException​(java.lang.String message)
      • TypeWarningException

        public TypeWarningException​(java.lang.String message,
                                    java.lang.Throwable th)