org.sca4j.introspection.validation
Class InvalidContributionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sca4j.host.SCA4JException
org.sca4j.host.contribution.ContributionException
org.sca4j.host.contribution.ValidationException
org.sca4j.introspection.validation.InvalidContributionException
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidContributionException
- extends org.sca4j.host.contribution.ValidationException
- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
|
Constructor Summary |
InvalidContributionException(java.util.List<org.sca4j.host.contribution.ValidationFailure<?>> errors)
Constructor. |
InvalidContributionException(java.util.List<org.sca4j.host.contribution.ValidationFailure<?>> errors,
java.util.List<org.sca4j.host.contribution.ValidationFailure<?>> warnings)
Constructor. |
| Methods inherited from class org.sca4j.host.contribution.ValidationException |
getErrors, getWarnings |
| Methods inherited from class org.sca4j.host.SCA4JException |
getIdentifier, printStackTraceElements |
| 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 |
InvalidContributionException
public InvalidContributionException(java.util.List<org.sca4j.host.contribution.ValidationFailure<?>> errors,
java.util.List<org.sca4j.host.contribution.ValidationFailure<?>> warnings)
- Constructor.
- Parameters:
errors - the errors that were found during validationwarnings - the warnings that were found during validation
InvalidContributionException
public InvalidContributionException(java.util.List<org.sca4j.host.contribution.ValidationFailure<?>> errors)
- Constructor.
- Parameters:
errors - the errors that were found during validation
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage in class java.lang.Throwable
Copyright © 2008-2011 Service Symphony. All Rights Reserved.