Class TypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jboss.byteman.rule.exception.TypeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TypeWarningException

public class TypeException extends Exception
used to notify an exception during rule type checking
See Also:
  • Constructor Details

    • TypeException

      public TypeException(String message)
    • TypeException

      public TypeException(String message, Throwable th)