public class PileupParseException extends Exception
| Constructor and Description |
|---|
PileupParseException()
Creates a new instance of
PileupParseException without detail message. |
PileupParseException(String msg)
Constructs an instance of
PileupParseException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PileupParseException()
PileupParseException without detail message.public PileupParseException(String msg)
PileupParseException with the specified detail message.msg - the detail message.Copyright © 2015. All Rights Reserved.