2016/05/28 - Apache Tuscany has been retired.
For more information, please explore the Attic.
org.apache.tuscany.sca.implementation.java
Class IntrospectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
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)
getMember
public java.lang.reflect.Member getMember()
setMember
public void setMember(java.lang.reflect.Member member)