edu.internet2.middleware.grouper.exception
Class ExpressionLanguageMissingVariableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.internet2.middleware.grouper.exception.ExpressionLanguageMissingVariableException
All Implemented Interfaces:
Serializable

public class ExpressionLanguageMissingVariableException
extends RuntimeException

Exception thrown when an EL (expression language) is evaluated with a missing variable

Version:
$Id: GrantPrivilegeException.java,v 1.2 2009-03-15 06:37:23 mchyzer Exp $
Author:
chris hyzer
See Also:
Serialized Form

Constructor Summary
ExpressionLanguageMissingVariableException(String msg, Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExpressionLanguageMissingVariableException

public ExpressionLanguageMissingVariableException(String msg,
                                                  Throwable cause)
Parameters:
msg -
cause -