Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ru.gammalabs.ice.presentation.web.publish
Class EditIEFormBeanValidationError  view EditIEFormBeanValidationError download EditIEFormBeanValidationError.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byru.gammalabs.ice.presentation.web.WebException
              extended byru.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)