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

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


org.drools.brms.server.builder
Class ContentAssemblyError

java.lang.Object
  extended by org.drools.brms.server.builder.ContentAssemblyError

public class ContentAssemblyError
extends Object

This class is used to accumulate error reports for asset. This can then be used to feed back to the user where the problems are.

Author:
Michael Neale

Field Summary
 String errorReport
           
 VersionableItem itemInError
          This may be null, if its not associated to any particular asset.
 
Constructor Summary
ContentAssemblyError(VersionableItem it, String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

itemInError

public VersionableItem itemInError
This may be null, if its not associated to any particular asset.


errorReport

public String errorReport
Constructor Detail

ContentAssemblyError

public ContentAssemblyError(VersionableItem it,
                            String message)


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