Class CompileException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jboss.byteman.rule.exception.CompileException
All Implemented Interfaces:
Serializable

public class CompileException extends Exception
used to notify an exception during rule compilation
See Also:
  • Constructor Details

    • CompileException

      public CompileException(String message)
    • CompileException

      public CompileException(String message, Throwable th)