public class PackageBuilderErrors extends ArrayList<org.kie.internal.builder.KnowledgeBuilderError> implements org.kie.internal.builder.KnowledgeBuilderErrors, Externalizable
modCount
Constructor and Description |
---|
PackageBuilderErrors() |
PackageBuilderErrors(DroolsError[] errors) |
Modifier and Type | Method and Description |
---|---|
DroolsError[] |
getErrors() |
boolean |
isEmpty() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll
finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, clear, contains, containsAll, equals, hashCode, iterator, remove, removeAll, retainAll, size, toArray, toArray
containsAll, equals, hashCode
public PackageBuilderErrors()
public PackageBuilderErrors(DroolsError[] errors)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public DroolsError[] getErrors()
public boolean isEmpty()
public String toString()
toString
in class AbstractCollection<org.kie.internal.builder.KnowledgeBuilderError>
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.