Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ch.ethz.prose
Class AspectManagerException  view AspectManagerException download AspectManagerException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bych.ethz.prose.AspectManagerException
All Implemented Interfaces:
java.io.Serializable

public class AspectManagerException
extends java.lang.RuntimeException

Exception class AspectManagerException signals that an extension manager does not support the insertion or withdrawal of a given extension.

An extension manager is a remote extension. This may be used by concrete implementations of the AspectManager interface.

Version:
$Revision: 1.1.1.1 $

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
AspectManagerException()
          Constructs an AspectManagerException with no detail message.
AspectManagerException(java.lang.String s)
          Constructs an AspectManagerException with the specified detail message.
 
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

AspectManagerException

public AspectManagerException()
Constructs an AspectManagerException with no detail message.


AspectManagerException

public AspectManagerException(java.lang.String s)
Constructs an AspectManagerException with the specified detail message.