public class VariantSourceException extends Exception
Constructor and Description |
---|
VariantSourceException()
Creates an exception with the default exception message.
|
VariantSourceException(String msg)
Creates an exception with a specific exception message.
|
VariantSourceException(String msg,
Throwable throwable)
Creates an exception with a specific exception message and a cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public VariantSourceException()
public VariantSourceException(String msg)
msg
- Exception messageCopyright © 2016. All Rights Reserved.