Class LogThrowErrorImpl

  • All Implemented Interfaces:
    IError

    public class LogThrowErrorImpl
    extends java.lang.Object
    implements IError
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void newError​(int severity, java.lang.String message, java.lang.Exception exception)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LogThrowErrorImpl

        public LogThrowErrorImpl()
    • Method Detail

      • newError

        public void newError​(int severity,
                             java.lang.String message,
                             java.lang.Exception exception)
        Specified by:
        newError in interface IError