Class RecorderException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class RecorderException
    extends MondrianException
    Exception thrown by MessageRecorder when too many errors have been reported.
    Author:
    Richard M. Emberson
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected RecorderException​(java.lang.String msg)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, 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

      • RecorderException

        protected RecorderException​(java.lang.String msg)