站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

RuntimeDroolsException (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


org.drools
Class RuntimeDroolsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.drools.RuntimeDroolsException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConsequenceException, FactException, ParseException, RuleConstructionException

public class RuntimeDroolsException
extends RuntimeException

The base Drools exception for all internal thrown exceptions. If any exceptions are thrown during the runtime execution of Drools they are considered non-recoverable and thus thrown as Runtime exceptions all the way up to the WorkingMemory at which point they are nested inside the CheckedDroolsException for the user to decide how to respond.

Author:
Mark Proctor, Bob McWhirter
See Also:
RuntimeException, Serialized Form

Constructor Summary
RuntimeDroolsException()
           
RuntimeDroolsException(String message)
           
RuntimeDroolsException(String message, Throwable cause)
           
RuntimeDroolsException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RuntimeDroolsException

public RuntimeDroolsException()
See Also:
Exception.Exception()

RuntimeDroolsException

public RuntimeDroolsException(String message)
See Also:
Exception.Exception(String message)

RuntimeDroolsException

public RuntimeDroolsException(String message,
                              Throwable cause)
See Also:
Exception.Exception(String message, Throwable cause)

RuntimeDroolsException

public RuntimeDroolsException(Throwable cause)
See Also:
Exception.Exception(Throwable cause)


Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.