
public class BroadwickException extends RuntimeException
| Constructor and Description |
|---|
BroadwickException()
Constructs a new exception with null as its detail message.
|
BroadwickException(String msg)
Constructs a new exception with the specified detail message.
|
BroadwickException(Throwable throwable)
Constructs a new exception by wrapping a specified throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BroadwickException()
public BroadwickException(String msg)
msg - the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage() method.public BroadwickException(Throwable throwable)
throwable - the exception that is wrapped.Copyright © 2015 University of Glasgow. All rights reserved.