public final class INV_IDENT extends SystemException
它包含一个次要代码,它提供了有关导致异常的更多详细信息和完成状态。 它也可以包含描述异常的字符串。
completed, minor
Constructor and Description |
---|
INV_IDENT()
构造一个
INV_IDENT 异常,默认次要代码为0,完成状态为COMPLETED_NO。
|
INV_IDENT(int minor, CompletionStatus completed)
构造具有
INV_IDENT 的次要代码和完成状态的INV_IDENT异常。
|
INV_IDENT(String s)
构造一个
INV_IDENT 异常,指定的详细消息,次要代码为0,完成状态为COMPLETED_NO。
|
INV_IDENT(String s, int minor, CompletionStatus completed)
构造具有
INV_IDENT 的详细消息,次要代码和完成状态的INV_IDENT异常。
|
toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public INV_IDENT()
INV_IDENT
异常,默认次要代码为0,完成状态为COMPLETED_NO。
public INV_IDENT(String s)
INV_IDENT
异常,指定的详细消息,次要代码为0,完成状态为COMPLETED_NO。
s
- 包含详细消息的字符串
public INV_IDENT(int minor, CompletionStatus completed)
INV_IDENT
的次要代码和完成状态的INV_IDENT异常。
minor
- 次要代码
completed
- 表示完成状态的
CompletionStatus
对象
public INV_IDENT(String s, int minor, CompletionStatus completed)
INV_IDENT
的详细消息,次要代码和完成状态的INV_IDENT异常。
详细消息是描述此特定异常的字符串。
s
- 包含详细消息的字符串
minor
- 次要代码
completed
- 表示完成状态的
CompletionStatus
对象
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.