Class JCasGenMojo.JCasGenErrors

java.lang.Object
org.apache.uima.tools.jcasgen.maven.JCasGenMojo.JCasGenErrors
All Implemented Interfaces:
IError
Enclosing class:
JCasGenMojo

private class JCasGenMojo.JCasGenErrors extends Object implements IError
  • Constructor Details

    • JCasGenErrors

      public JCasGenErrors()
  • Method Details

    • newError

      public void newError(int severity, String message, Exception exception)
      Description copied from interface: IError
      New error.
      Specified by:
      newError in interface IError
      Parameters:
      severity - the severity
      message - the message
      exception - the e