public class ErrorForm extends java.lang.Object implements IErrorForm, java.io.Serializable
| Constructor and Description |
|---|
ErrorForm(java.lang.String serializationTag,
Keyword type,
Keyword message,
Keyword data,
Keyword cause,
Keyword serialized,
IFn constructor,
APersistentMap metadataFunctions) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRaisedSite(APersistentMap m) |
Keyword |
getCauseKeyword() |
IFn |
getConstructor() |
Keyword |
getDataKeyword() |
Keyword |
getMessageKeyword() |
APersistentMap |
getMetadataFunctions() |
java.util.ArrayList<APersistentMap> |
getRaisedSites() |
java.lang.String |
getSerializationTag() |
Keyword |
getSerializedKeyword() |
Keyword |
getTypeKeyword() |
public ErrorForm(java.lang.String serializationTag,
Keyword type,
Keyword message,
Keyword data,
Keyword cause,
Keyword serialized,
IFn constructor,
APersistentMap metadataFunctions)
public java.lang.String getSerializationTag()
getSerializationTag in interface IErrorFormpublic Keyword getTypeKeyword()
getTypeKeyword in interface IErrorFormpublic Keyword getMessageKeyword()
getMessageKeyword in interface IErrorFormpublic Keyword getDataKeyword()
getDataKeyword in interface IErrorFormpublic Keyword getCauseKeyword()
getCauseKeyword in interface IErrorFormpublic Keyword getSerializedKeyword()
getSerializedKeyword in interface IErrorFormpublic IFn getConstructor()
getConstructor in interface IErrorFormpublic APersistentMap getMetadataFunctions()
getMetadataFunctions in interface IErrorFormpublic java.util.ArrayList<APersistentMap> getRaisedSites()
getRaisedSites in interface IErrorFormpublic void addRaisedSite(APersistentMap m)
addRaisedSite in interface IErrorForm