public final class OBJECT_NOT_EXIST extends SystemException
它包含一个次要代码,它提供了有关导致异常的更多详细信息和完成状态。 它也可以包含描述异常的字符串。
请参阅第Minor Code Meanings节以查看此例外的次要代码。
completed, minor| Constructor and Description | 
|---|
| OBJECT_NOT_EXIST()
              构造一个 
              OBJECT_NOT_EXIST异常,默认次要代码为0,完成状态为CompletionStatus.COMPLETED_NO和一个空描述。 | 
| OBJECT_NOT_EXIST(int minor, CompletionStatus completed)
              构造具有 
              OBJECT_NOT_EXIST的次要代码和完成状态的OBJECT_NOT_EXIST异常。 | 
| OBJECT_NOT_EXIST(String s)
              构造具有 
              OBJECT_NOT_EXIST描述的OBJECT_NOT_EXIST异常,次要代码为0和COMPLETED_NO的完成状态。 | 
| OBJECT_NOT_EXIST(String s, int minor, CompletionStatus completed)
              构造具有 
              OBJECT_NOT_EXIST的描述消息,次要代码和完成状态的OBJECT_NOT_EXIST异常。 | 
toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic OBJECT_NOT_EXIST()
OBJECT_NOT_EXIST异常,默认次要代码为0,完成状态为CompletionStatus.COMPLETED_NO和一个空描述。 
          public OBJECT_NOT_EXIST(String s)
OBJECT_NOT_EXIST描述的OBJECT_NOT_EXIST异常,次要代码为0,完成状态为COMPLETED_NO。 
          s - 包含描述消息的字符串 
           public OBJECT_NOT_EXIST(int minor,
                        CompletionStatus completed) 
          OBJECT_NOT_EXIST的次要代码和完成状态的OBJECT_NOT_EXIST异常。 
          minor - 次要代码 
           completed - 完成状态 
           public OBJECT_NOT_EXIST(String s, int minor, CompletionStatus completed)
OBJECT_NOT_EXIST的描述消息,次要代码和完成状态的OBJECT_NOT_EXIST异常。 
          s - 包含描述消息的字符串 
           minor - 次要代码 
           completed - 完成状态 
            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.