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

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


org.drools.lang
Class ExpanderException

java.lang.Object
  extended by org.drools.compiler.DroolsError
      extended by org.drools.lang.ExpanderException

public class ExpanderException
extends DroolsError


Constructor Summary
ExpanderException(String message, int line)
           
 
Method Summary
 int getLine()
           
 String getMessage()
          Classes that extend this must provide a printable message, which summarises the error.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpanderException

public ExpanderException(String message,
                         int line)
Method Detail

getMessage

public String getMessage()
Description copied from class: DroolsError
Classes that extend this must provide a printable message, which summarises the error.

Specified by:
getMessage in class DroolsError

getLine

public int getLine()


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