Package htsjdk.tribble
Class TribbleException.InvalidDecodeLine
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
htsjdk.tribble.TribbleException
htsjdk.tribble.TribbleException.InvalidDecodeLine
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TribbleException
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class htsjdk.tribble.TribbleException
TribbleException.CorruptedIndexFile, TribbleException.FeatureFileDoesntExist, TribbleException.InternalCodecException, TribbleException.InvalidDecodeLine, TribbleException.InvalidHeader, TribbleException.MalformedFeatureFile, TribbleException.TabixReaderFailure, TribbleException.UnableToCreateCorrectIndexType, TribbleException.UnableToReadIndexFile
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidDecodeLine
(String message, int lineNo) InvalidDecodeLine
(String message, String line) -
Method Summary
Methods inherited from class htsjdk.tribble.TribbleException
getMessage, setSource
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidDecodeLine
-
InvalidDecodeLine
-