Serializablepublic class LayerInstantiationException extends RuntimeException
Layer,
Serialized Form| Constructor | Description |
|---|---|
LayerInstantiationException() |
Constructs a
LayerInstantiationException with no detail message. |
LayerInstantiationException(String msg) |
Constructs a
LayerInstantiationException with the given detail
message. |
LayerInstantiationException(String msg,
Throwable cause) |
Constructs a
FindException with the given detail message
and cause. |
LayerInstantiationException(Throwable cause) |
Constructs a
LayerInstantiationException with the given cause. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LayerInstantiationException()
LayerInstantiationException with no detail message.public LayerInstantiationException(String msg)
LayerInstantiationException with the given detail
message.msg - The detail message; can be nullpublic LayerInstantiationException(Throwable cause)
LayerInstantiationException with the given cause.cause - The cause; can be null Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b153-2