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

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

public final class OslcCoreDuplicatePropertyDefinitionException
extends OslcCoreApplicationException

See Also:
Serialized Form

Constructor Summary
OslcCoreDuplicatePropertyDefinitionException(Class<?> resourceClass, OslcPropertyDefinition oslcPropertyDefinition)
           
 
Method Summary
 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

OslcCoreDuplicatePropertyDefinitionException

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

getOslcPropertyDefinition

public OslcPropertyDefinition getOslcPropertyDefinition()

getResourceClass

public Class<?> getResourceClass()


Copyright © 2013. All rights reserved.