|
|||||||||
| Home >> All >> ru >> gammalabs >> ice >> presentation >> web >> [ publish overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
ru.gammalabs.ice.presentation.web.publish
Class EditIEFormBeanValidationError

java.lang.Objectjava.lang.Throwable
java.lang.Exception
ru.gammalabs.ice.presentation.web.WebException
ru.gammalabs.ice.presentation.web.publish.EditIEFormBeanValidationError
- All Implemented Interfaces:
- java.io.Serializable
- public class EditIEFormBeanValidationError
- extends ru.gammalabs.ice.presentation.web.WebException
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary | |
(package private) org.apache.struts.action.ActionErrors |
errors
List of errors that occured during validation |
(package private) ru.gammalabs.ice.publishing.IE |
ie
in-memory object representing IE which contains not validated fields |
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
EditIEFormBeanValidationError(ru.gammalabs.ice.publishing.IE ie,
org.apache.struts.action.ActionErrors errors)
|
|
| Method Summary | |
org.apache.struts.action.ActionErrors |
getErrors()
|
ru.gammalabs.ice.publishing.IE |
getIe()
|
void |
setErrors(org.apache.struts.action.ActionErrors errors)
|
void |
setIe(ru.gammalabs.ice.publishing.IE ie)
|
| 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 |
ie
ru.gammalabs.ice.publishing.IE ie
- in-memory object representing IE which contains not validated fields
errors
org.apache.struts.action.ActionErrors errors
- List of errors that occured during validation
| Constructor Detail |
EditIEFormBeanValidationError
public EditIEFormBeanValidationError(ru.gammalabs.ice.publishing.IE ie, org.apache.struts.action.ActionErrors errors)
| Method Detail |
getIe
public ru.gammalabs.ice.publishing.IE getIe()
setIe
public void setIe(ru.gammalabs.ice.publishing.IE ie)
getErrors
public org.apache.struts.action.ActionErrors getErrors()
setErrors
public void setErrors(org.apache.struts.action.ActionErrors errors)
|
|||||||||
| Home >> All >> ru >> gammalabs >> ice >> presentation >> web >> [ publish overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC