From 31d794be59cb2d1bf264df79f471b0c8d5f5a457 Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:40:26 +0000 Subject: Moving to site trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882841 13f79535-47bb-0310-9956-ffa450edef68 --- .../service/InvalidConfigurationException.html | 284 +++++++++++++++++++++ 1 file changed, 284 insertions(+) create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/contribution/service/InvalidConfigurationException.html (limited to 'site/trunk/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/contribution/service/InvalidConfigurationException.html') diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/contribution/service/InvalidConfigurationException.html b/site/trunk/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/contribution/service/InvalidConfigurationException.html new file mode 100644 index 0000000000..05096d1265 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/contribution/service/InvalidConfigurationException.html @@ -0,0 +1,284 @@ + + + + + + +InvalidConfigurationException + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.contribution.service +
+Class InvalidConfigurationException

+
+java.lang.Object
+  extended by java.lang.Throwable
+      extended by java.lang.Exception
+          extended by org.apache.tuscany.sca.contribution.service.AbstractContributionException
+              extended by org.apache.tuscany.sca.contribution.service.ContributionException
+                  extended by org.apache.tuscany.sca.contribution.service.ContributionReadException
+                      extended by org.apache.tuscany.sca.contribution.service.InvalidConfigurationException
+
+
+
All Implemented Interfaces:
java.io.Serializable
+
+
+
+
public class InvalidConfigurationException
extends ContributionReadException
+ + +

+Denotes an invalid configuration artifact +

+ +

+

+
Version:
+
$Rev: 525638 $ $Date: 2007-04-04 16:36:03 -0700 (Wed, 04 Apr 2007) $
+
See Also:
Serialized Form
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class org.apache.tuscany.sca.contribution.service.ContributionReadException
UNDEFINED
+  + + + + + + + + + + +
+Constructor Summary
InvalidConfigurationException(java.lang.String message, + java.lang.Throwable cause) + +
+           
+  + + + + + + + +
+Method Summary
+ + + + + + + +
Methods inherited from class org.apache.tuscany.sca.contribution.service.ContributionReadException
getColumn, getLine, getResourceURI, setColumn, setLine, setResourceURI
+ + + + + + + +
Methods inherited from class org.apache.tuscany.sca.contribution.service.AbstractContributionException
appendBaseMessage, getIdentifier
+ + + + + + + +
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
+ + + + + + + +
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+InvalidConfigurationException

+
+public InvalidConfigurationException(java.lang.String message,
+                                     java.lang.Throwable cause)
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3