Class ParseException

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

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

    • ParseException

      public ParseException(String message)
    • ParseException

      public ParseException(String message, Throwable th)