Class DefaultErrorReporter
java.lang.Object
jadex.common.transformation.traverser.DefaultErrorReporter
- All Implemented Interfaces:
IErrorReporter
Reporter receiving errors encountered during decoding and throws them.
-
Field Summary
FieldsFields inherited from interface jadex.common.transformation.traverser.IErrorReporter
IGNORE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidMethod called when a decoding error occurs.
-
Field Details
-
DEFAULT_ERROR_REPORTER
Error reporter constant.
-
-
Constructor Details
-
DefaultErrorReporter
public DefaultErrorReporter()
-
-
Method Details
-
exceptionOccurred
Method called when a decoding error occurs.- Specified by:
exceptionOccurredin interfaceIErrorReporter- Parameters:
e- The exception occurred during decoding.
-