mondrian.recorder
Class RecorderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by mondrian.olap.MondrianException
                  extended by mondrian.recorder.RecorderException
All Implemented Interfaces:
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
protected RecorderException(String msg)
           
 
Method Summary
 
Methods inherited from class mondrian.olap.MondrianException
getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, 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(String msg)

SourceForge.net_Logo