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

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


org.drools.repository
Class RulesRepositoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.drools.repository.RulesRepositoryException
All Implemented Interfaces:
Serializable

public class RulesRepositoryException
extends RuntimeException

The main exception thrown by classes in this package. May contain an error message and/or another nested exception.

Author:
btruitt
See Also:
Serialized Form

Constructor Summary
RulesRepositoryException()
          Default constructor.
RulesRepositoryException(String message)
          Constructs a new instance of this class with the specified detail message.
RulesRepositoryException(String message, Throwable rootCause)
          Constructs a new instance of this class with the specified detail message and root cause.
RulesRepositoryException(Throwable rootCause)
          Constructs a new instance of this class with the specified root 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

RulesRepositoryException

public RulesRepositoryException()
Default constructor. constructs a RulesRepositoryException object with null as its detail message


RulesRepositoryException

public RulesRepositoryException(String message)
Constructs a new instance of this class with the specified detail message.

Parameters:
message - the message to set for the exception

RulesRepositoryException

public RulesRepositoryException(Throwable rootCause)
Constructs a new instance of this class with the specified root cause.

Parameters:
rootCause - root failure cause

RulesRepositoryException

public RulesRepositoryException(String message,
                                Throwable rootCause)
Constructs a new instance of this class with the specified detail message and root cause.

Parameters:
message - the message to set for the exception
rootCause - root failure cause


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