public class RevWalkException
extends java.lang.RuntimeException
RevWalk
.
Usually this exception is thrown from the Iterator created around a RevWalk
instance, as the Iterator API does not allow checked exceptions to be thrown
from hasNext() or next(). The Throwable.getCause()
of this exception
is the original checked exception that we really wanted to throw back to the
application for handling and recovery.
Constructor and Description |
---|
RevWalkException(java.lang.Throwable cause)
Create a new walk exception an original cause.
|
Copyright © 2012. All Rights Reserved.