org.eclipse.lyo.oslc4j.core.exception
Class OslcCoreInvalidPropertyTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.lyo.oslc4j.core.exception.OslcCoreApplicationException
              extended by org.eclipse.lyo.oslc4j.core.exception.OslcCoreInvalidPropertyTypeException
All Implemented Interfaces:
Serializable

public final class OslcCoreInvalidPropertyTypeException
extends OslcCoreApplicationException

See Also:
Serialized Form

Constructor Summary
OslcCoreInvalidPropertyTypeException(Class<?> resourceClass, Method method, Class<?> returnType)
           
 
Method Summary
 Method getMethod()
           
 Class<?> getResourceClass()
           
 Class<?> getReturnType()
           
 
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

OslcCoreInvalidPropertyTypeException

public OslcCoreInvalidPropertyTypeException(Class<?> resourceClass,
                                            Method method,
                                            Class<?> returnType)
Method Detail

getMethod

public Method getMethod()

getResourceClass

public Class<?> getResourceClass()

getReturnType

public Class<?> getReturnType()


Copyright © 2014. All Rights Reserved.