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