htsjdk.tribble
Class TribbleException.FeatureFileDoesntExist

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by htsjdk.tribble.TribbleException
                  extended by htsjdk.tribble.TribbleException.FeatureFileDoesntExist
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TribbleException

public static class TribbleException.FeatureFileDoesntExist
extends TribbleException

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class htsjdk.tribble.TribbleException
TribbleException.FeatureFileDoesntExist, TribbleException.InternalCodecException, TribbleException.InvalidDecodeLine, TribbleException.InvalidHeader, TribbleException.MalformedFeatureFile, TribbleException.TabixReaderFailure, TribbleException.UnableToCreateCorrectIndexType, TribbleException.UnableToReadIndexFile
 
Constructor Summary
TribbleException.FeatureFileDoesntExist(java.lang.String message, java.lang.String file)
           
 
Method Summary
 
Methods inherited from class htsjdk.tribble.TribbleException
getMessage, setSource
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TribbleException.FeatureFileDoesntExist

public TribbleException.FeatureFileDoesntExist(java.lang.String message,
                                               java.lang.String file)