org.codehaus.aspectwerkz.aspect.management
Class NoAspectBoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codehaus.aspectwerkz.aspect.management.NoAspectBoundException
- All Implemented Interfaces:
- Serializable
public class NoAspectBoundException
- extends RuntimeException
- Author:
- Alexandre Vasseur
- See Also:
- Serialized Form
NoAspectBoundException
public NoAspectBoundException(String message,
String aspectName)
NoAspectBoundException
public NoAspectBoundException(Throwable t,
String aspectName)
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
getCause
public Throwable getCause()
- Returns the original exception.
- Overrides:
getCause
in class Throwable
- Returns:
- the cause
printStackTrace
public void printStackTrace()
- Prints the wrapped exception A its backtrace to the standard error stream.
- Overrides:
printStackTrace
in class Throwable
printStackTrace
public void printStackTrace(PrintStream s)
- Prints the wrapped excpetion A its backtrace to the specified print stream.
- Overrides:
printStackTrace
in class Throwable
- Parameters:
s
- the print stream
printStackTrace
public void printStackTrace(PrintWriter s)
- Prints the wrapped exception A its backtrace to the specified print writer.
- Overrides:
printStackTrace
in class Throwable
- Parameters:
s
- the print writer
Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.