org.codehaus.aspectwerkz.compiler
Class CompileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.aspectwerkz.compiler.CompileException
All Implemented Interfaces:
Serializable

public class CompileException
extends Exception

An exception occured during compilation

Author:
Alexandre Vasseur
See Also:
Serialized Form

Constructor Summary
CompileException(String msg, Throwable e)
           
 
Method Summary
 void printStackTrace()
           
 void printStackTrace(PrintStream out)
           
 void printStackTrace(PrintWriter writer)
           
 
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

CompileException

public CompileException(String msg,
                        Throwable e)
Method Detail

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintWriter writer)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintStream out)
Overrides:
printStackTrace in class Throwable


Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.