org.sca4j.introspection.validation
Class InvalidCompositeException

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.InvalidCompositeException
All Implemented Interfaces:
java.io.Serializable

public class InvalidCompositeException
extends org.sca4j.host.contribution.ValidationException

Version:
$Rev: 5307 $ $Date: 2008-09-01 02:49:55 +0100 (Mon, 01 Sep 2008) $
See Also:
Serialized Form

Constructor Summary
InvalidCompositeException(javax.xml.namespace.QName name, java.util.List<org.sca4j.host.contribution.ValidationFailure<?>> errors, java.util.List<org.sca4j.host.contribution.ValidationFailure<?>> warnings)
          Constructor.
 
Method Summary
 javax.xml.namespace.QName getCompositeName()
           
 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

InvalidCompositeException

public InvalidCompositeException(javax.xml.namespace.QName name,
                                 java.util.List<org.sca4j.host.contribution.ValidationFailure<?>> errors,
                                 java.util.List<org.sca4j.host.contribution.ValidationFailure<?>> warnings)
Constructor.

Parameters:
name - the qualified name of the composite that failed validation
errors - the errors that were found during validation
warnings - the warnings that were found during validation
Method Detail

getCompositeName

public javax.xml.namespace.QName getCompositeName()

getMessage

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


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