org.apache.cocoon.woody.datatype
Class ValidationError

java.lang.Object
  extended by org.apache.cocoon.woody.validation.ValidationError
      extended by org.apache.cocoon.woody.datatype.ValidationError

Deprecated. Validations error are now a general feature of widgets, not limited widgets having a datatype.

public class ValidationError
extends ValidationError

Version:
$Id: ValidationError.html 1304258 2012-03-23 10:09:27Z ilgrosso $
See Also:
ValidationError

Constructor Summary
ValidationError(String errorMessageKey)
          Deprecated.  
ValidationError(String errorMessage, boolean i18n)
          Deprecated.  
ValidationError(String errorMessageKey, String[] parameters)
          Deprecated.  
ValidationError(String errorMessageKey, String[] parameters, boolean[] keys)
          Deprecated.  
ValidationError(XMLizable errorMessage)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.cocoon.woody.validation.ValidationError
generateSaxFragment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidationError

public ValidationError(String errorMessage,
                       boolean i18n)
Deprecated. 

ValidationError

public ValidationError(String errorMessageKey)
Deprecated. 

ValidationError

public ValidationError(String errorMessageKey,
                       String[] parameters)
Deprecated. 

ValidationError

public ValidationError(String errorMessageKey,
                       String[] parameters,
                       boolean[] keys)
Deprecated. 

ValidationError

public ValidationError(XMLizable errorMessage)
Deprecated. 


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.