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

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

public class SkipRendererDelegationException
extends java.lang.Exception

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

Field Summary
protected  RendererInterceptor exceptionSource
           
protected  java.lang.Object information
           
 
Constructor Summary
SkipRendererDelegationException()
           
SkipRendererDelegationException(boolean skipOtherInterceptors)
           
SkipRendererDelegationException(boolean skipOtherInterceptors, RendererInterceptor rendererInterceptor)
           
 
Method Summary
 java.lang.Object getInformation()
           
 java.lang.Object getReturnValueOnException(java.lang.Object currentReturnValue)
           
 boolean isSkipOtherInterceptors()
           
 void setInformation(java.lang.Object information)
           
 
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
 

Field Detail

exceptionSource

protected RendererInterceptor exceptionSource

information

protected java.lang.Object information
Constructor Detail

SkipRendererDelegationException

public SkipRendererDelegationException()

SkipRendererDelegationException

public SkipRendererDelegationException(boolean skipOtherInterceptors)

SkipRendererDelegationException

public SkipRendererDelegationException(boolean skipOtherInterceptors,
                                       RendererInterceptor rendererInterceptor)
Method Detail

setInformation

public void setInformation(java.lang.Object information)

getInformation

public java.lang.Object getInformation()

isSkipOtherInterceptors

public boolean isSkipOtherInterceptors()

getReturnValueOnException

public java.lang.Object getReturnValueOnException(java.lang.Object currentReturnValue)


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