Class AQBPLogger.QBPConfigException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    AQBPLogger

    public static class AQBPLogger.QBPConfigException
    extends java.lang.Exception
    Exception thrown if in exception mode for configuration errors.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      QBPConfigException​(java.lang.String msg)
      Throw exception with no underlying cause.
      QBPConfigException​(java.lang.String msg, java.lang.Throwable cause)
      Throw exception with an underlying cause.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

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

      • QBPConfigException

        public QBPConfigException​(java.lang.String msg)
        Throw exception with no underlying cause.
        Parameters:
        msg - the exception message.
      • QBPConfigException

        public QBPConfigException​(java.lang.String msg,
                                  java.lang.Throwable cause)
        Throw exception with an underlying cause.
        Parameters:
        msg - the exception message.
        cause - the thrown exception that caused this exception.