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:
java.io.Serializable
public class CompileException extends java.lang.Exception
used to notify an exception during rule compilation- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompileException(java.lang.String message)
CompileException(java.lang.String message, java.lang.Throwable th)
-