Class DefaultErrorReporter
- java.lang.Object
- 
- jadex.commons.transformation.traverser.DefaultErrorReporter
 
- 
- All Implemented Interfaces:
- IErrorReporter
 
 public class DefaultErrorReporter extends java.lang.Object implements IErrorReporter Reporter receiving errors encountered during decoding and throws them.
- 
- 
Field SummaryFields Modifier and Type Field Description static IErrorReporterDEFAULT_ERROR_REPORTERError reporter constant.- 
Fields inherited from interface jadex.commons.transformation.traverser.IErrorReporterIGNORE
 
- 
 - 
Constructor SummaryConstructors Constructor Description DefaultErrorReporter()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexceptionOccurred(java.lang.Exception e)Method called when a decoding error occurs.
 
- 
- 
- 
Field Detail- 
DEFAULT_ERROR_REPORTERpublic static final IErrorReporter DEFAULT_ERROR_REPORTER Error reporter constant.
 
- 
 - 
Method Detail- 
exceptionOccurredpublic void exceptionOccurred(java.lang.Exception e) Method called when a decoding error occurs.- Specified by:
- exceptionOccurredin interface- IErrorReporter
- Parameters:
- e- The exception occurred during decoding.
 
 
- 
 
-