Class DefaultErrorReporter

java.lang.Object
jadex.common.transformation.traverser.DefaultErrorReporter
All Implemented Interfaces:
IErrorReporter

public class DefaultErrorReporter extends Object implements IErrorReporter
Reporter receiving errors encountered during decoding and throws them.
  • Field Details

    • DEFAULT_ERROR_REPORTER

      public static final IErrorReporter DEFAULT_ERROR_REPORTER
      Error reporter constant.
  • Constructor Details

    • DefaultErrorReporter

      public DefaultErrorReporter()
  • Method Details

    • exceptionOccurred

      public void exceptionOccurred(Exception e)
      Method called when a decoding error occurs.
      Specified by:
      exceptionOccurred in interface IErrorReporter
      Parameters:
      e - The exception occurred during decoding.