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

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

public final class OslcCoreRelativeURIException
extends OslcCoreApplicationException

See Also:
Serialized Form

Constructor Summary
OslcCoreRelativeURIException(Class<?> resourceClass, String methodName, URI relativeURI)
           
 
Method Summary
 String getMethodName()
           
 URI getRelativeURI()
           
 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

OslcCoreRelativeURIException

public OslcCoreRelativeURIException(Class<?> resourceClass,
                                    String methodName,
                                    URI relativeURI)
Method Detail

getMethodName

public String getMethodName()

getRelativeURI

public URI getRelativeURI()

getResourceClass

public Class<?> getResourceClass()


Copyright © 2013. All rights reserved.