|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException java.lang.IllegalArgumentException java.util.regex.PatternSyntaxException
public class PatternSyntaxException
拋出未經檢查的異常,表明正則表達式網要中的語法錯誤。
建構子摘要 | |
---|---|
PatternSyntaxException(String desc,
String regex,
int index)
建構此類別的新實例。 |
方法摘要 | |
---|---|
String |
getDescription()
獲取錯誤的描述。 |
int |
getIndex()
獲取錯誤的索引。 |
String |
getMessage()
返回多行字元串,包含語法錯誤及其索引的描述、錯誤的正則表達式網要和網要中錯誤索引的可視化指示。 |
String |
getPattern()
獲取錯誤的正則表達式網要。 |
從類別 java.lang.Throwable 繼承的方法 |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
從類別 java.lang.Object 繼承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
建構子詳細資訊 |
---|
public PatternSyntaxException(String desc, String regex, int index)
desc
- 錯誤的描述regex
- 錯誤的網要index
- 錯誤網要中的近似索引;如果索引未知,則為 -1方法詳細資訊 |
---|
public int getIndex()
public String getDescription()
public String getPattern()
public String getMessage()
Throwable
中的 getMessage
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個類別 下一個類別 | 框架 無框架 | |||||||||
摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。