it.eng.spago.error
Class EMFValidationError
java.lang.Object
java.lang.Throwable
java.lang.Exception
it.eng.spago.error.EMFAbstractError
it.eng.spago.error.EMFUserError
it.eng.spago.error.EMFValidationError
- All Implemented Interfaces:
- it.eng.spago.base.CloneableObject, it.eng.spago.base.XMLObject, java.io.Serializable
public class EMFValidationError
- extends EMFUserError
Un'istanza di EMFValidationError
rappresenta un errore codificato
di validazione di un dato inserito dall'utente.
- Version:
- 1.0, 06/03/2002
- Author:
- Davide Zerbetto
- See Also:
EMFUserError
,
Serialized Form
Fields inherited from class it.eng.spago.error.EMFAbstractError |
ABSTRACT_ERROR_ELEMENT, ERROR_ADDITIONAL_INFO, ERROR_DESCRIPTION, ERROR_SEVERITY |
Method Summary |
it.eng.spago.base.CloneableObject |
cloneObject()
Ritorna un clone dell'oggetto stesso. |
Methods inherited from class it.eng.spago.error.EMFAbstractError |
getAdditionalInfo, getDescription, getMessage, getSeverity, setAdditionalInfo, setDescription, setSeverity, toDocument, toDocument, toElement, toElement, toXML, toXML, toXML |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EMFValidationError
public EMFValidationError(java.lang.String severity,
int code)
EMFValidationError
public EMFValidationError(java.lang.String severity,
int code,
java.util.Vector params)
EMFValidationError
public EMFValidationError(java.lang.String severity,
int code,
java.util.Vector params,
java.lang.Object additionalInfo)
EMFValidationError
public EMFValidationError(EMFValidationError userError)
EMFValidationError
public EMFValidationError(EMFUserError userError)
cloneObject
public it.eng.spago.base.CloneableObject cloneObject()
- Description copied from class:
EMFUserError
- Ritorna un clone dell'oggetto stesso.
- Specified by:
cloneObject
in interface it.eng.spago.base.CloneableObject
- Overrides:
cloneObject
in class EMFUserError
- Returns:
- CloneableObject il clone dell'oggetto.
- See Also:
CloneableObject