org.apache.openejb.config
Class ValidationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.openejb.OpenEJBException
org.apache.openejb.config.ValidationFailedException
- All Implemented Interfaces:
- Serializable, ValidationResults
public class ValidationFailedException
- extends OpenEJBException
- implements ValidationResults
- Version:
- $Rev: 1153797 $ $Date: 2011-08-04 02:09:44 -0700 (Thu, 04 Aug 2011) $
- See Also:
- Serialized Form
ValidationFailedException
public ValidationFailedException(String message,
ValidationResults set)
ValidationFailedException
public ValidationFailedException(String message,
ValidationResults set,
ValidationFailedException e)
getName
public String getName()
- Specified by:
getName in interface ValidationResults
getErrors
public ValidationError[] getErrors()
- Specified by:
getErrors in interface ValidationResults
getFailures
public ValidationFailure[] getFailures()
- Specified by:
getFailures in interface ValidationResults
getWarnings
public ValidationWarning[] getWarnings()
- Specified by:
getWarnings in interface ValidationResults
hasWarnings
public boolean hasWarnings()
- Specified by:
hasWarnings in interface ValidationResults
hasFailures
public boolean hasFailures()
- Specified by:
hasFailures in interface ValidationResults
hasErrors
public boolean hasErrors()
- Specified by:
hasErrors in interface ValidationResults
getModuleType
public String getModuleType()
- Specified by:
getModuleType in interface ValidationResults
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.