jltools.util
Class ErrorLimitError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--jltools.util.ErrorLimitError
All Implemented Interfaces:
java.io.Serializable

public class ErrorLimitError
extends java.lang.RuntimeException

Exception thrown when the number of errors exceeds a limit.

See Also:
Serialized Form

Constructor Summary
ErrorLimitError()
           
ErrorLimitError(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrorLimitError

public ErrorLimitError(java.lang.String msg)

ErrorLimitError

public ErrorLimitError()