org.jboss.byteman.rule.exception
Class CompileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
CompileException(java.lang.String message)
           
CompileException(java.lang.String message, java.lang.Throwable th)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompileException

public CompileException(java.lang.String message)

CompileException

public CompileException(java.lang.String message,
                        java.lang.Throwable th)