public class OWLRuntimeException extends RuntimeException implements Serializable
| Constructor and Description |
|---|
OWLRuntimeException()
Default constructor.
|
OWLRuntimeException(String message) |
OWLRuntimeException(String message,
Throwable cause) |
OWLRuntimeException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OWLRuntimeException()
public OWLRuntimeException(@Nullable String message)
message - messagepublic OWLRuntimeException(@Nullable String message, @Nullable Throwable cause)
message - messagecause - causeCopyright © 2017 The University of Manchester. All rights reserved.