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 --- .../java/IntrospectionException.html | 352 --------------------- 1 file changed, 352 deletions(-) delete mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/java/IntrospectionException.html (limited to 'site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/java/IntrospectionException.html') diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/java/IntrospectionException.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/java/IntrospectionException.html deleted file mode 100644 index 5fbd5c8170..0000000000 --- a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/java/IntrospectionException.html +++ /dev/null @@ -1,352 +0,0 @@ - - - - - - -IntrospectionException - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -org.apache.tuscany.sca.implementation.java -
-Class IntrospectionException

-
-java.lang.Object
-  extended by java.lang.Throwable
-      extended by java.lang.Exception
-          extended by org.apache.tuscany.sca.implementation.java.IntrospectionException
-
-
-
All Implemented Interfaces:
java.io.Serializable
-
-
-
Direct Known Subclasses:
AmbiguousConstructorException, DuplicateConstructorException, DuplicateDestructorException, DuplicateInitException, DuplicatePropertyException, DuplicateReferenceException, DuplicateResourceException, IllegalCallbackReferenceException, IllegalContextException, IllegalDestructorException, IllegalInitException, IllegalPropertyException, IllegalReferenceException, IllegalResourceException, IllegalServiceDefinitionException, InvalidConstructorException, InvalidConversationalImplementation, InvalidPropertyException, InvalidReferenceException, InvalidResourceException, InvalidServiceType, NoConstructorException, ServiceTypeNotFoundException
-
-
-
-
public class IntrospectionException
extends java.lang.Exception
- - -

-Denotes a problem processing annotations on a POJO implementation -

- -

-

-
See Also:
Serialized Form
-
- -

- - - - - - - - - - - - - - - - - - - - - - - -
-Constructor Summary
IntrospectionException() - -
-           
IntrospectionException(java.lang.String message) - -
-           
IntrospectionException(java.lang.String message, - java.lang.reflect.Member member) - -
-           
IntrospectionException(java.lang.String message, - java.lang.Throwable cause) - -
-           
IntrospectionException(java.lang.Throwable cause) - -
-           
-  - - - - - - - - - - - - - - - -
-Method Summary
- java.lang.reflect.MembergetMember() - -
-           
- voidsetMember(java.lang.reflect.Member member) - -
-           
- - - - - - - -
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-IntrospectionException

-
-public IntrospectionException()
-
-
-
- -

-IntrospectionException

-
-public IntrospectionException(java.lang.String message)
-
-
-
- -

-IntrospectionException

-
-public IntrospectionException(java.lang.String message,
-                              java.lang.reflect.Member member)
-
-
-
- -

-IntrospectionException

-
-public IntrospectionException(java.lang.String message,
-                              java.lang.Throwable cause)
-
-
-
- -

-IntrospectionException

-
-public IntrospectionException(java.lang.Throwable cause)
-
-
- - - - - - - - -
-Method Detail
- -

-getMember

-
-public java.lang.reflect.Member getMember()
-
-
-
-
-
-
- -

-setMember

-
-public void setMember(java.lang.reflect.Member member)
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - -- cgit v1.2.3