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 IErrorReporter
DEFAULT_ERROR_REPORTER
Error 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 void
exceptionOccurred(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:
exceptionOccurred
in interfaceIErrorReporter
- Parameters:
e
- The exception occurred during decoding.
-
-