|
Spec-Zone .ru
спецификации, руководства, описания, API
|
public class UnsupportedProfileException extends RuntimeException
Profile attribute that names a profile that
is not supported by this runtime.| Constructor and Description |
|---|
UnsupportedProfileException()
Constructs an
UnsupportedProfileException with no detail
message. |
UnsupportedProfileException(String message)
Constructs an
UnsupportedProfileException with the
specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedProfileException()
UnsupportedProfileException with no detail
message.public UnsupportedProfileException(String message)
UnsupportedProfileException with the
specified detail message.message - the detail message
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, 2013, Oracle and/or its affiliates. All rights reserved.
DRAFT ea-b92