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
used to notify an exception during rule compilation
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCompileException
(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
-
Constructor Details
-
CompileException
-
CompileException
-