it.jnrpe.utils.thresholds
Class PrematureEndOfRangeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by it.jnrpe.utils.BadThresholdException
              extended by it.jnrpe.utils.thresholds.RangeException
                  extended by it.jnrpe.utils.thresholds.PrematureEndOfRangeException
All Implemented Interfaces:
Serializable

public class PrematureEndOfRangeException
extends RangeException

Exception thrown when the parse string is not complete.

Author:
Massimiliano Ziccardi
See Also:
Serialized Form

Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getMessage

public final String getMessage()
Overrides:
getMessage in class RangeException
Returns:
the exception message


Copyright © 2014. All Rights Reserved.