org.aspectj.weaver
Class BCException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.aspectj.weaver.BCException
All Implemented Interfaces:
java.io.Serializable

public class BCException
extends java.lang.RuntimeException

Exception to use inside the bcweaver.

See Also:
Serialized Form

Constructor Summary
BCException()
           
BCException(java.lang.String s)
           
BCException(java.lang.String s, java.lang.Throwable thrown)
           
 
Method Summary
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream s)
           
 void printStackTrace(java.io.PrintWriter s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BCException

public BCException()

BCException

public BCException(java.lang.String s)

BCException

public BCException(java.lang.String s,
                   java.lang.Throwable thrown)
Method Detail

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream s)
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintWriter s)
Overrides:
printStackTrace in class java.lang.Throwable