org.sca4j.introspection.validation
Class InvalidContributionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.sca4j.host.SCA4JException
              extended by org.sca4j.host.contribution.ContributionException
                  extended by org.sca4j.host.contribution.ValidationException
                      extended by 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.
 
Method Summary
 java.lang.String getMessage()
           
 
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
 

Constructor Detail

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 validation
warnings - 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
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable


Copyright © 2008-2011 Service Symphony. All Rights Reserved.