org.codehaus.nanning
Class AspectException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.codehaus.nanning.AspectException
All Implemented Interfaces:
java.io.Serializable

public class AspectException
extends java.lang.RuntimeException

Base class for exceptions related to aspects.

Version:
$Revision: 1.1 $
Author:
$Author: lecando $
See Also:
Serialized Form

Constructor Summary
AspectException()
           
AspectException(java.lang.String message)
           
AspectException(java.lang.String message, java.lang.Throwable cause)
           
AspectException(java.lang.Throwable e)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AspectException

public AspectException()

AspectException

public AspectException(java.lang.String message)

AspectException

public AspectException(java.lang.Throwable e)

AspectException

public AspectException(java.lang.String message,
                       java.lang.Throwable cause)


Copyright © Jon Tirsen. All Rights Reserved.