ataspectj.instrumentation.exception
Class AtAspectjException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ataspectj.instrumentation.exception.AtAspectjException
All Implemented Interfaces:
java.io.Serializable

public class AtAspectjException
extends java.lang.Exception

Author:
Marco Poggi
See Also:
Serialized Form

Constructor Summary
AtAspectjException()
           
AtAspectjException(java.lang.String message)
           
AtAspectjException(java.lang.String message, java.lang.Throwable cause)
           
AtAspectjException(java.lang.Throwable cause)
           
 
Method Summary
 
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

AtAspectjException

public AtAspectjException()

AtAspectjException

public AtAspectjException(java.lang.String message)

AtAspectjException

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

AtAspectjException

public AtAspectjException(java.lang.Throwable cause)