org.apache.myfaces.extensions.validator.core.renderkit.exception
Class SkipAfterInterceptorsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.myfaces.extensions.validator.core.renderkit.exception.SkipAfterInterceptorsException
All Implemented Interfaces:
Serializable

public class SkipAfterInterceptorsException
extends Exception

Marker exception that can be thrown by an after-method (RendererInterceptor) to stop the execution of the subsequent interceptors.

Since:
1.x.1
Author:
Gerhard Petracek
See Also:
Serialized Form

Constructor Summary
SkipAfterInterceptorsException()
           
 
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

SkipAfterInterceptorsException

public SkipAfterInterceptorsException()


Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.