Package org.eclipse.jgit.lfs.errors
Class InvalidLongObjectIdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.eclipse.jgit.lfs.errors.InvalidLongObjectIdException
- All Implemented Interfaces:
Serializable
Thrown when an invalid long object id is passed in as an argument.
- Since:
- 4.3
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInvalidLongObjectIdException
(byte[] bytes, int offset, int length) Create exception with bytes of the invalid object id.InvalidLongObjectIdException
(String idString) Constructor for InvalidLongObjectIdException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
InvalidLongObjectIdException
public InvalidLongObjectIdException(byte[] bytes, int offset, int length) Create exception with bytes of the invalid object id.- Parameters:
bytes
- containing the invalid id.offset
- in the byte array where the error occurred.length
- of the sequence of invalid bytes.
-
InvalidLongObjectIdException
Constructor for InvalidLongObjectIdException.
- Parameters:
idString
- String containing the invalid id
-
-
Method Details
-
asAscii
-