com.ozacc.blog.rss
クラス ParseTimeoutException

java.lang.Object
  拡張java.lang.Throwable
      拡張java.lang.Exception
          拡張java.lang.RuntimeException
              拡張com.ozacc.blog.rss.ParseException
                  拡張com.ozacc.blog.rss.ParseTimeoutException
すべての実装インタフェース:
Serializable

public class ParseTimeoutException
extends ParseException

RSSの取得や解析の際、タイムアウトした場合にスローされる例外。

導入されたバージョン:
1.2
バージョン:
$Id: ParseTimeoutException.java,v 1.1.2.1 2004/12/04 10:13:30 otsuka Exp $
作成者:
Tomohiro Otsuka
関連項目:
直列化された形式

コンストラクタの概要
ParseTimeoutException(String message)
           
ParseTimeoutException(String message, Throwable cause)
           
 
クラス java.lang.Throwable から継承したメソッド
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

ParseTimeoutException

public ParseTimeoutException(String message)
パラメータ:
message -

ParseTimeoutException

public ParseTimeoutException(String message,
                             Throwable cause)
パラメータ:
message -
cause -


Copyright © 2004 OZACC. All Rights Reserved.