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 Summary
Fields Modifier and Type Field Description static IErrorReporterDEFAULT_ERROR_REPORTERError reporter constant.- 
Fields inherited from interface jadex.commons.transformation.traverser.IErrorReporter
IGNORE 
 - 
 
- 
Constructor Summary
Constructors Constructor Description DefaultErrorReporter() 
- 
Method Summary
All 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_REPORTER
public static final IErrorReporter DEFAULT_ERROR_REPORTER
Error reporter constant. 
 - 
 
- 
Method Detail
- 
exceptionOccurred
public void exceptionOccurred(java.lang.Exception e)
Method called when a decoding error occurs.- Specified by:
 exceptionOccurredin interfaceIErrorReporter- Parameters:
 e- The exception occurred during decoding.
 
 - 
 
 -