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(String errorReport, String format, String name, String uuid, boolean isPackageItem, boolean isAssetItem)
           
 
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(String errorReport,
                            String format,
                            String name,
                            String uuid,
                            boolean isPackageItem,
                            boolean isAssetItem)
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-2012 JBoss by Red Hat. All Rights Reserved.