org.seasar.robot
クラス RobotCrawlAccessException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 java.lang.RuntimeException
              上位を拡張 org.seasar.robot.RobotSystemException
                  上位を拡張 org.seasar.robot.RobotCrawlAccessException
すべての実装されたインタフェース:
Serializable
直系の既知のサブクラス:
MaxLengthExceededException

public class RobotCrawlAccessException
extends RobotSystemException

作成者:
shinsuke
関連項目:
直列化された形式

フィールドの概要
static String DEBUG
           
static String ERROR
           
static String INFO
           
static String WARN
           
 
コンストラクタの概要
RobotCrawlAccessException(String message)
           
RobotCrawlAccessException(String message, Throwable cause)
           
RobotCrawlAccessException(Throwable cause)
           
 
メソッドの概要
 boolean isDebugEnabled()
           
 boolean isErrorEnabled()
           
 boolean isInfoEnabled()
           
 boolean isWarnEnabled()
           
 void setLogLevel(String logLevel)
           
 
クラス 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
 

フィールドの詳細

DEBUG

public static final String DEBUG
関連項目:
定数フィールド値

INFO

public static final String INFO
関連項目:
定数フィールド値

WARN

public static final String WARN
関連項目:
定数フィールド値

ERROR

public static final String ERROR
関連項目:
定数フィールド値
コンストラクタの詳細

RobotCrawlAccessException

public RobotCrawlAccessException(String message,
                                 Throwable cause)

RobotCrawlAccessException

public RobotCrawlAccessException(String message)

RobotCrawlAccessException

public RobotCrawlAccessException(Throwable cause)
メソッドの詳細

setLogLevel

public void setLogLevel(String logLevel)

isDebugEnabled

public boolean isDebugEnabled()

isInfoEnabled

public boolean isInfoEnabled()

isWarnEnabled

public boolean isWarnEnabled()

isErrorEnabled

public boolean isErrorEnabled()


Copyright © 2009-2010 The Seasar Foundation. All Rights Reserved.