public class UnknownNameException extends RuntimeException
GenericName
, an
Identifier
, a String
used as a name or identifier,
or any other objects with similar purpose.
Note: in the particular case of objects created from a Factory
,
the exception for unrecognized identifiers is rather NoSuchIdentifierException
.
Defined in the sis-utility
module
Constructor and Description |
---|
UnknownNameException()
Constructs a new exception with no message.
|
UnknownNameException(String message)
Constructs a new exception with the specified detail message.
|
UnknownNameException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnknownNameException()
public UnknownNameException(String message)
message
- the detail message, or null
if none.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.