public abstract class OWLException
extends java.lang.Exception
| Modifier | Constructor and Description |
|---|---|
protected |
OWLException() |
|
OWLException(java.lang.String message) |
|
OWLException(java.lang.String message,
java.lang.Throwable cause) |
|
OWLException(java.lang.Throwable cause) |
protected OWLException()
public OWLException(java.lang.String message)
message - the messagepublic OWLException(java.lang.String message,
java.lang.Throwable cause)
message - the messagecause - the causepublic OWLException(java.lang.Throwable cause)
cause - the cause