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