htsjdk.samtools.cram.mask
Class ReadMaskFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by htsjdk.samtools.cram.mask.ReadMaskException
              extended by htsjdk.samtools.cram.mask.ReadMaskFormatException
All Implemented Interfaces:
java.io.Serializable

public class ReadMaskFormatException
extends ReadMaskException

See Also:
Serialized Form

Constructor Summary
ReadMaskFormatException()
           
ReadMaskFormatException(java.lang.String message)
           
ReadMaskFormatException(java.lang.String message, java.lang.Throwable cause)
           
ReadMaskFormatException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

ReadMaskFormatException

public ReadMaskFormatException()

ReadMaskFormatException

public ReadMaskFormatException(java.lang.String message,
                               java.lang.Throwable cause)

ReadMaskFormatException

public ReadMaskFormatException(java.lang.String message)

ReadMaskFormatException

public ReadMaskFormatException(java.lang.Throwable cause)