org.codehaus.aspectwerkz.compiler
Class CompileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.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)
|
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 |
CompileException
public CompileException(java.lang.String msg,
java.lang.Throwable e)
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.