Package picard
Class PicardException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- picard.PicardException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AnnotationException
public class PicardException extends RuntimeException
Basic Picard runtime exception that, for now, does nothing much- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PicardException(String message)
PicardException(String message, Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-