org.drools.guvnor.server.builder
Class ContentAssemblyError

java.lang.Object
  extended by 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.


Constructor Summary
ContentAssemblyError(RuleAsset itemInError, String errorReport)
           
ContentAssemblyError(VersionableItem itemInError, String errorReport)
           
 
Method Summary
 String getErrorReport()
           
 String getFormat()
           
 String getName()
           
 String getUUID()
           
 boolean isAssetItem()
           
 boolean isPackageItem()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContentAssemblyError

public ContentAssemblyError(VersionableItem itemInError,
                            String errorReport)

ContentAssemblyError

public ContentAssemblyError(RuleAsset itemInError,
                            String errorReport)
Method Detail

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.