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.Member getMember()
           
 void setMember(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)