net.jakubholy.jeeutils.jsfelcheck.validator.exception
Class InternalValidatorFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.jakubholy.jeeutils.jsfelcheck.validator.exception.InternalValidatorFailureException
All Implemented Interfaces:
Serializable

public class InternalValidatorFailureException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
InternalValidatorFailureException(String message, Throwable cause)
           
InternalValidatorFailureException(Throwable cause)
           
 
Method Summary
 String getMessage()
           
 InternalValidatorFailureException setExpression(String elExpression)
           
 void setExpressionDescriptor(JsfExpressionDescriptor jsfExpressionDescriptor)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

InternalValidatorFailureException

public InternalValidatorFailureException(String message,
                                         Throwable cause)

InternalValidatorFailureException

public InternalValidatorFailureException(Throwable cause)
Method Detail

setExpression

public InternalValidatorFailureException setExpression(String elExpression)

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

setExpressionDescriptor

public void setExpressionDescriptor(JsfExpressionDescriptor jsfExpressionDescriptor)


Copyright © 2011. All Rights Reserved.