JAC project
AOPSYS
CEDRIC & LIP6 labs

org.objectweb.jac.util
Class VoidException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.objectweb.jac.util.VoidException
All Implemented Interfaces:
Serializable

public class VoidException
extends RuntimeException

This exception is not a meaningfull exception. It can be used by an aspect to stop the wrapping chain flow of execution without sending any special errors to the user.

See Also:
Serialized Form

Constructor Summary
VoidException()
          The constructor for this exception.
 
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

VoidException

public VoidException()
The constructor for this exception.


Contact JAC development team:
Renaud Pawlak
Lionel Seinturier
Laurent Martelli