edu.internet2.middleware.grouperClient.util
Class GcExpressionLanguageMissingVariableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.internet2.middleware.grouperClient.util.GcExpressionLanguageMissingVariableException
All Implemented Interfaces:
java.io.Serializable

public class GcExpressionLanguageMissingVariableException
extends java.lang.RuntimeException

Version:
$Id: NotConcurrentRevisionException.java,v 1.1 2004/05/02 05:14:59 mchyzer Exp $
Author:
mchyzer This class is thrown there is a missing variable in EL
See Also:
Serialized Form

Constructor Summary
GcExpressionLanguageMissingVariableException()
           
GcExpressionLanguageMissingVariableException(java.lang.String s)
           
GcExpressionLanguageMissingVariableException(java.lang.String message, java.lang.Throwable cause)
           
GcExpressionLanguageMissingVariableException(java.lang.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

GcExpressionLanguageMissingVariableException

public GcExpressionLanguageMissingVariableException()

GcExpressionLanguageMissingVariableException

public GcExpressionLanguageMissingVariableException(java.lang.String s)
Parameters:
s -

GcExpressionLanguageMissingVariableException

public GcExpressionLanguageMissingVariableException(java.lang.String message,
                                                    java.lang.Throwable cause)
Parameters:
message -
cause -

GcExpressionLanguageMissingVariableException

public GcExpressionLanguageMissingVariableException(java.lang.Throwable cause)
Parameters:
cause -