public class CodingSchemeInsertErrorEvent<T extends java.lang.Exception>
extends java.lang.Object
Constructor and Description |
---|
CodingSchemeInsertErrorEvent(CodingScheme codingScheme,
T exception)
Instantiates a new coding scheme insert error event.
|
Modifier and Type | Method and Description |
---|---|
CodingScheme |
getCodingScheme()
Gets the coding scheme.
|
T |
getException()
Gets the exception.
|
void |
setCodingScheme(CodingScheme codingScheme)
Sets the coding scheme.
|
void |
setException(T exception)
Sets the exception.
|
public CodingSchemeInsertErrorEvent(CodingScheme codingScheme, T exception)
codingScheme
- the coding schemeexception
- the exceptionpublic CodingScheme getCodingScheme()
public void setCodingScheme(CodingScheme codingScheme)
codingScheme
- the new coding schemepublic T getException()
public void setException(T exception)
exception
- the new exception