public class BioError extends Error
Constructor and Description |
---|
BioError()
Create a new BioError.
|
BioError(String message)
Create a new BioError with a message.
|
BioError(String message,
Throwable ex)
Create a new BioError with a cause and a message.
|
BioError(Throwable ex)
Create a new BioError with a cause.
|
BioError(Throwable ex,
String message)
Deprecated.
Use BioError(message, ex) instead.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BioError(String message)
message
- the messagepublic BioError(Throwable ex)
ex
- the Throwable that caused this BioErrorpublic BioError(Throwable ex, String message)
ex
- the Throwable that caused this BioErrormessage
- the messagepublic BioError(String message, Throwable ex)
message
- the messageex
- the Throwable that caused this BioErrorpublic BioError()
Copyright © 2014 BioJava. All rights reserved.