org.silvermoon.moonglow.format
Class FormatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.silvermoon.moonglow.common.BaseException
                    |
                    +--org.silvermoon.moonglow.format.FormatException
All Implemented Interfaces:
java.io.Serializable

public class FormatException
extends BaseException

Thrown when an error occurred while attempting to format the Response as a String

See Also:
Formatter, Serialized Form

Constructor Summary
FormatException()
           
FormatException(java.lang.String msg)
           
FormatException(java.lang.Throwable t)
           
 
Methods inherited from class org.silvermoon.moonglow.common.BaseException
getMessageText
 
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

FormatException

public FormatException()

FormatException

public FormatException(java.lang.String msg)

FormatException

public FormatException(java.lang.Throwable t)