Package org.jboss.byteman.rule.exception
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompileException(String message)
CompileException(String message, Throwable th)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-