Interface ErrorHandler

All Known Implementing Classes:
InaccessibleWSDLException.Builder

public interface ErrorHandler
listen to static errors found during building a the WSDL Model.
Author:
Vivek Pandey
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Receives a notification for an error in the annotated code.
  • Method Details

    • error

      void error(Throwable e)
      Receives a notification for an error in the annotated code.