org.apache.slide.content
Class BranchNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.slide.common.SlideException
                    |
                    +--org.apache.slide.content.ContentException
                          |
                          +--org.apache.slide.content.BranchNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class BranchNotFoundException
extends ContentException

Branch not found.

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

Constructor Summary
BranchNotFoundException(java.lang.String objectUri, java.lang.String branch)
          Constructor.
 
Method Summary
 java.lang.String getBranch()
          Branch accessor.
 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

BranchNotFoundException

public BranchNotFoundException(java.lang.String objectUri,
                               java.lang.String branch)
Constructor.
Parameters:
objectUri - Uri of the object
branch - Name of the branch
Method Detail

getObjectUri

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

getBranch

public java.lang.String getBranch()
Branch accessor.
Returns:
String branch