public class EdalException extends Exception
| Constructor and Description |
|---|
EdalException()
Constructor for
EdalException without a specific message. |
EdalException(String message)
Constructor for
EdalException with a specific message. |
EdalException(String message,
Throwable cause)
Constructor for
EdalException with a specific message and cause. |
EdalException(Throwable cause)
Constructor for
EdalException with a specific cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EdalException()
EdalException without a specific message.public EdalException(String message)
EdalException with a specific message.message - the error message.public EdalException(String message, Throwable cause)
EdalException with a specific message and cause.message - the error message.cause - the cause.public EdalException(Throwable cause)
EdalException with a specific cause.cause - the cause.Copyright © 2015 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.