org.drools.guvnor.server.builder
Class ContentAssemblyError
java.lang.Object
org.drools.guvnor.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.
ContentAssemblyError
public ContentAssemblyError(VersionableItem itemInError,
String errorReport)
ContentAssemblyError
public ContentAssemblyError(RuleAsset itemInError,
String errorReport)
toString
public String toString()
- Overrides:
toString
in class Object
getFormat
public String getFormat()
getName
public String getName()
getUUID
public String getUUID()
isAssetItem
public boolean isAssetItem()
isPackageItem
public boolean isPackageItem()
getErrorReport
public String getErrorReport()
Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.