public class IntegrityRecord
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
IntegrityRecord(java.lang.String msg) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage() |
void |
setTraces(java.util.List traces)
Add a stack trace to the list of traces associated with this failure
|
java.lang.String |
toString()
Dumps the integrity message and, if present, the stack trace
|
public IntegrityRecord(java.lang.String msg)
msg - the violation messagepublic void setTraces(java.util.List traces)
trace - a stack tracepublic java.lang.String getMessage()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.