org.hermit.utils
Class CharFormatter.OverflowException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.hermit.utils.CharFormatter.OverflowException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
CharFormatter

public static final class CharFormatter.OverflowException
extends java.lang.Exception

A value given was to large to fit in the specified field width, and would have been truncated.

See Also:
Serialized Form

Constructor Summary
CharFormatter.OverflowException(java.lang.String s)
          Create an overflow exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

CharFormatter.OverflowException

public CharFormatter.OverflowException(java.lang.String s)
Create an overflow exception.

Parameters:
s - Exception message.