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

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

public class SkipBeforeInterceptorsException
extends Exception

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

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

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

SkipBeforeInterceptorsException

public SkipBeforeInterceptorsException()


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