public class TribbleException
extends java.lang.RuntimeException
| Modifier and Type | Class and 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 and Description |
|---|
TribbleException(java.lang.String msg) |
TribbleException(java.lang.String message,
java.lang.Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage()
override the default message with ours, which attaches the source file in question
|
void |
setSource(java.lang.String source)
set the source for the file; where we got lines from
|
public TribbleException(java.lang.String msg)
public TribbleException(java.lang.String message,
java.lang.Throwable throwable)
public void setSource(java.lang.String source)
source - the source location, usually a file though it could be a http link or other sourcepublic java.lang.String getMessage()
getMessage in class java.lang.Throwable