public class InvalidObjectIdException extends IllegalArgumentException
Constructor and Description |
---|
InvalidObjectIdException(byte[] bytes,
int offset,
int length)
Create exception with bytes of the invalid object id.
|
InvalidObjectIdException(String id)
Constructor for InvalidObjectIdException
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidObjectIdException(byte[] bytes, int offset, int length)
bytes
- containing the invalid id.offset
- in the byte array where the error occurred.length
- of the sequence of invalid bytes.public InvalidObjectIdException(String id)
id
- the invalid id.Copyright © 2017 Eclipse JGit Project. All rights reserved.