public class BivesException extends Exception
| Constructor and Description |
|---|
BivesException()
Instantiates a new bives exception.
|
BivesException(String message)
Instantiates a new bives exception.
|
BivesException(String message,
Throwable cause)
Instantiates a new bives exception.
|
BivesException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Instantiates a new bives exception.
|
BivesException(Throwable cause)
Instantiates a new bives exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BivesException()
public BivesException(String message)
message - the messagepublic BivesException(Throwable cause)
cause - the causepublic BivesException(String message, Throwable cause)
message - the messagecause - the causepublic BivesException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message - the messagecause - the causeenableSuppression - the enable suppressionwritableStackTrace - the writable stack traceCopyright © 2019 SEMS (Simulation Experiment Management for Systems Biology). All rights reserved.