| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.internet2.middleware.grouper.exception.GrouperValidationException
public class GrouperValidationException
validation problem for grouper action, has a validation key which could be used for a UI key
| Constructor Summary | |
|---|---|
| GrouperValidationException() | |
| GrouperValidationException(java.lang.String message) | |
| GrouperValidationException(java.lang.String message,
                           java.lang.String theGrouperValidationKey) | |
| GrouperValidationException(java.lang.String message,
                           java.lang.String theGrouperValidationKey,
                           java.lang.Integer theMaxLength,
                           java.lang.Integer theCurrentLenth) | |
| GrouperValidationException(java.lang.String message,
                           java.lang.Throwable cause) | |
| GrouperValidationException(java.lang.Throwable cause) | |
| Method Summary | |
|---|---|
|  java.lang.Integer | getCurrentLength()if this is a maxLength exception, this is the current length | 
|  java.lang.String | getGrouperValidationKey()key for this validation problem, e.g. could be used for a UI message key | 
|  java.lang.Integer | getMaxLength()if this is a maxLength exception, this is the max length | 
|  void | setCurrentLength(java.lang.Integer currentLength)if this is a maxLength exception, this is the current length | 
|  void | setGrouperValidationKey(java.lang.String grouperValidationKey1)key for this validation problem, e.g. could be used for a UI message key | 
|  void | setMaxLength(java.lang.Integer maxLength1)if this is a maxLength exception, this is the max length | 
| 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 | 
|---|
public GrouperValidationException()
public GrouperValidationException(java.lang.String message)
message - 
public GrouperValidationException(java.lang.String message,
                                  java.lang.String theGrouperValidationKey)
theGrouperValidationKey - key for this validation problem, e.g. could be used for a UI message keymessage - for exception
public GrouperValidationException(java.lang.String message,
                                  java.lang.String theGrouperValidationKey,
                                  java.lang.Integer theMaxLength,
                                  java.lang.Integer theCurrentLenth)
theGrouperValidationKey - key for this validation problem, e.g. could be used for a UI message keymessage - for exceptiontheMaxLength - if this is a maxLength exception, this is the max lengththeCurrentLenth - if this is a maxLength exception, this is the current lengthpublic GrouperValidationException(java.lang.Throwable cause)
cause - 
public GrouperValidationException(java.lang.String message,
                                  java.lang.Throwable cause)
message - cause - | Method Detail | 
|---|
public java.lang.Integer getCurrentLength()
public void setCurrentLength(java.lang.Integer currentLength)
currentLength - the currentLength to setpublic java.lang.Integer getMaxLength()
public void setMaxLength(java.lang.Integer maxLength1)
maxLength1 - the maxLength to setpublic java.lang.String getGrouperValidationKey()
public void setGrouperValidationKey(java.lang.String grouperValidationKey1)
grouperValidationKey1 - the grouperValidationKey to set| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||