org.sca4j.introspection.validation
Class InvalidCompositeException
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.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. |
| 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 |
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 validationerrors - the errors that were found during validationwarnings - the warnings that were found during validation
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.