org.openxri.resolve.exception
Class RefNotFollowedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openxri.resolve.exception.XRIResolutionException
              extended by org.openxri.resolve.exception.RefNotFollowedException
All Implemented Interfaces:
java.io.Serializable

public class RefNotFollowedException
extends XRIResolutionException

Author:
wtan
See Also:
Serialized Form

Field Summary
protected  java.lang.String unresolved
           
 
Constructor Summary
RefNotFollowedException(java.lang.String unresolved)
           
RefNotFollowedException(java.lang.String unresolved, java.lang.String sMsg)
           
 
Method Summary
 
Methods inherited from class org.openxri.resolve.exception.XRIResolutionException
getStatus, printUnderlyingStackTrace
 
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
 

Field Detail

unresolved

protected java.lang.String unresolved
Constructor Detail

RefNotFollowedException

public RefNotFollowedException(java.lang.String unresolved,
                               java.lang.String sMsg)
Parameters:
unresolved -
sMsg -

RefNotFollowedException

public RefNotFollowedException(java.lang.String unresolved)
Parameters:
unresolved -


Copyright © 2005-2012. All Rights Reserved.