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

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

public final class OslcCoreInvalidOccursException
extends OslcCoreApplicationException

See Also:
Serialized Form

Constructor Summary
OslcCoreInvalidOccursException(Class<?> resourceClass, Method method, OslcOccurs oslcOccurs)
           
 
Method Summary
 Method getMethod()
           
 OslcOccurs getOslcOccurs()
           
 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

OslcCoreInvalidOccursException

public OslcCoreInvalidOccursException(Class<?> resourceClass,
                                      Method method,
                                      OslcOccurs oslcOccurs)
Method Detail

getMethod

public Method getMethod()

getOslcOccurs

public OslcOccurs getOslcOccurs()

getResourceClass

public Class<?> getResourceClass()


Copyright © 2013. All rights reserved.