public class FindException extends RuntimeException
ModuleFinder,
Serialized Form| Constructor and Description |
|---|
FindException()
Constructs a
FindException with no detail message. |
FindException(String msg)
Constructs a
FindException with the given detail
message. |
FindException(String msg,
Throwable cause)
Constructs a
FindException with the given detail message
and cause. |
FindException(Throwable cause)
Constructs a
FindException 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 FindException()
FindException with no detail message.public FindException(String msg)
FindException with the given detail
message.msg - The detail message; can be nullpublic FindException(String msg, Throwable cause)
FindException with the given detail message
and cause.msg - The detail message; can be nullcause - The cause; can be nullpublic FindException(Throwable cause)
FindException 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, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-04-14-195246.buildd.src