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

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.OslcCoreInvalidPropertyDefinitionException
All Implemented Interfaces:
Serializable

public final class OslcCoreInvalidPropertyDefinitionException
extends OslcCoreApplicationException

See Also:
Serialized Form

Constructor Summary
OslcCoreInvalidPropertyDefinitionException(Class<?> resourceClass, Method method, OslcPropertyDefinition oslcPropertyDefinition)
           
 
Method Summary
 Method getMethod()
           
 OslcPropertyDefinition getOslcPropertyDefinition()
           
 Class<?> getResourceClass()
           
 
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

OslcCoreInvalidPropertyDefinitionException

public OslcCoreInvalidPropertyDefinitionException(Class<?> resourceClass,
                                                  Method method,
                                                  OslcPropertyDefinition oslcPropertyDefinition)
Method Detail

getMethod

public Method getMethod()

getOslcPropertyDefinition

public OslcPropertyDefinition getOslcPropertyDefinition()

getResourceClass

public Class<?> getResourceClass()


Copyright © 2014. All Rights Reserved.