org.apache.slide.structure
Class ObjectHasChildrenException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.slide.common.SlideException
                    |
                    +--org.apache.slide.structure.StructureException
                          |
                          +--org.apache.slide.structure.ObjectHasChildrenException
All Implemented Interfaces:
java.io.Serializable

public class ObjectHasChildrenException
extends StructureException

Object has children.

Version:
$Revision: 1.2 $
Author:
Remy Maucherat
See Also:
Serialized Form

Constructor Summary
ObjectHasChildrenException(Uri objectUri)
          Constructor.
 
Method Summary
 java.lang.String getObjectUri()
          Object Uri accessor.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectHasChildrenException

public ObjectHasChildrenException(Uri objectUri)
Constructor.
Parameters:
objectUri - Uri of the object
Method Detail

getObjectUri

public java.lang.String getObjectUri()
Object Uri accessor.
Returns:
String object Uri