public final class INV_FLAG extends SystemException
它包含了一个小代码,它提供了关于引起异常的异常和完成状态的更详细的信息。它也可以包含一个描述异常的字符串。
completed, minor
Constructor and Description |
---|
INV_FLAG()
构建与默认的小代码0和completed_no完成状态的
INV_FLAG 例外。
|
INV_FLAG(int minor, CompletionStatus completed)
构建了一个
INV_FLAG 例外与指定的小代码和完成状态。
|
INV_FLAG(String s)
构造一个指定详细信息的
INV_FLAG 例外,一个小代码0,和completed_no完成状态。
|
INV_FLAG(String s, int minor, CompletionStatus completed)
构建了一个
INV_FLAG 例外指定详细信息,小码,和完成状态。
|
toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public INV_FLAG()
INV_FLAG
例外。
public INV_FLAG(String s)
INV_FLAG
例外,一个小代码0,和completed_no完成状态。
s
-包含详细信息的字符串
public INV_FLAG(int minor, CompletionStatus completed)
INV_FLAG
例外与指定的小代码和完成状态。
minor
-小码
completed
-
CompletionStatus
指示完成状态的实例
public INV_FLAG(String s, int minor, CompletionStatus completed)
INV_FLAG
例外指定详细信息,小码,和完成状态。一个详细信息是一个字符串,该字符串描述了这个特殊的异常。
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.