public class SGIORuntimeException extends RuntimeException
Constructor and Description |
---|
SGIORuntimeException()
Constructs a new instance of
SGIORuntimeException
without a detail message. |
SGIORuntimeException(String msg)
Constructs an instance of
SGIORuntimeException
with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SGIORuntimeException()
SGIORuntimeException
without a detail message.public SGIORuntimeException(String msg)
SGIORuntimeException
with the specified detail message.msg
- the detail message.Copyright © 2016–2022 SciJava. All rights reserved.