Package org.eclipse.jgit.diff
Class SimilarityIndex.TableFullException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.jgit.diff.SimilarityIndex.TableFullException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- SimilarityIndex
public static class SimilarityIndex.TableFullException extends java.lang.Exception
Thrown bycreate()
when file is too large.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description TableFullException()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-