org.caida.otter
Class NeedMoreWhiteSpace

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.caida.otter.NeedMoreWhiteSpace

public class NeedMoreWhiteSpace
extends java.lang.Exception

Exception class to catch if more white space is needed. Currently used with TextTools.java.

See Also:
Serialized Form

Constructor Summary
NeedMoreWhiteSpace(java.lang.String reason)
          Constructor for the Exception to allow customized message
 
Method Summary
 java.lang.String getMessage()
          Used to retrieve the message string
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NeedMoreWhiteSpace

public NeedMoreWhiteSpace(java.lang.String reason)
Constructor for the Exception to allow customized message
Parameters:
reason - The explanation of why the exception was thrown.
Method Detail

getMessage

public java.lang.String getMessage()
Used to retrieve the message string
Overrides:
getMessage in class java.lang.Throwable
Returns:
message The explanation of why the exception was thrown.