SerializableTribbleException.CorruptedIndexFile, TribbleException.FeatureFileDoesntExist, TribbleException.InternalCodecException, TribbleException.InvalidDecodeLine, TribbleException.InvalidHeader, TribbleException.MalformedFeatureFile, TribbleException.TabixReaderFailure, TribbleException.UnableToCreateCorrectIndexType, TribbleException.UnableToReadIndexFilepublic class TribbleException extends RuntimeException
| Modifier and Type | Class | Description |
|---|---|---|
static class |
TribbleException.CorruptedIndexFile |
|
static class |
TribbleException.FeatureFileDoesntExist |
|
static class |
TribbleException.InternalCodecException |
|
static class |
TribbleException.InvalidDecodeLine |
|
static class |
TribbleException.InvalidHeader |
|
static class |
TribbleException.MalformedFeatureFile |
|
static class |
TribbleException.TabixReaderFailure |
|
static class |
TribbleException.UnableToCreateCorrectIndexType |
|
static class |
TribbleException.UnableToReadIndexFile |
| Constructor | Description |
|---|---|
TribbleException(String msg) |
|
TribbleException(String message,
Throwable throwable) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getMessage() |
override the default message with ours, which attaches the source file in question
|
void |
setSource(String source) |
set the source for the file; where we got lines from
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TribbleException(String msg)
public void setSource(String source)
source - the source location, usually a file though it could be a http link or other sourcepublic String getMessage()
getMessage in class Throwable