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