public class LineUnavailableException extends 异常
LineUnavailableException
是一个例外,指示由于不可用而无法打开该行。
当请求的行已被另一个应用程序使用时,这种情况最为普遍。
Constructor and Description |
---|
LineUnavailableException()
构造一个
LineUnavailableException 具有
null 作为错误详细信息。
|
LineUnavailableException(String message)
构造一个
LineUnavailableException 具有指定详细消息。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public LineUnavailableException()
LineUnavailableException
,它具有
null
作为其错误详细消息。
public LineUnavailableException(String message)
LineUnavailableException
具有指定详细消息。
message
- 一个包含错误详细信息的字符串
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, 2014, Oracle and/or its affiliates. All rights reserved.