org.apache.stanbol.enhancer.servicesapi
Class NoSuchPartException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.stanbol.enhancer.servicesapi.NoSuchPartException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchPartException
extends java.lang.RuntimeException

Indicates that a COntent Item doesn't has the requested part

See Also:
Serialized Form

Constructor Summary
NoSuchPartException(int index)
           
NoSuchPartException(java.lang.String message)
           
NoSuchPartException(org.apache.clerezza.rdf.core.UriRef partUri)
           
 
Method Summary
 
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

NoSuchPartException

public NoSuchPartException(int index)

NoSuchPartException

public NoSuchPartException(org.apache.clerezza.rdf.core.UriRef partUri)

NoSuchPartException

public NoSuchPartException(java.lang.String message)


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.