Class ErrorCollector

java.lang.Object
org.glassfish.tyrus.core.ErrorCollector

public class ErrorCollector extends Object
Used to collect deployment errors to present these to the user together.
Author:
Stepan Kopriva
  • Constructor Details

    • ErrorCollector

      public ErrorCollector()
  • Method Details

    • addException

      public void addException(Exception exception)
      Add Exception to the collector.
      Parameters:
      exception - to be collected.
    • composeComprehensiveException

      public DeploymentException composeComprehensiveException()
      Create DeploymentException with message concatenated from collected exceptions.
      Returns:
      comprehensive exception.
    • isEmpty

      public boolean isEmpty()
      Checks whether any exception has been logged.
      Returns:
      true iff no exception was logged, false otherwise.