org.codehaus.aspectwerkz.compiler
Class CompileException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.codehaus.aspectwerkz.compiler.CompileException
All Implemented Interfaces:
java.io.Serializable

public class CompileException
extends java.lang.Exception

An exception occured during compilation

Author:
Alexandre Vasseur
See Also:
Serialized Form

Constructor Summary
CompileException(java.lang.String msg, java.lang.Throwable e)
           
 
Method Summary
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream out)
           
 void printStackTrace(java.io.PrintWriter writer)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompileException

public CompileException(java.lang.String msg,
                        java.lang.Throwable e)
Method Detail

printStackTrace

public void printStackTrace()

printStackTrace

public void printStackTrace(java.io.PrintWriter writer)

printStackTrace

public void printStackTrace(java.io.PrintStream out)


Copyright (c) 2002-2004 The AspectWerkz Team. All Rights Reserved.