fr.gedeon.telnetservice
Class OutputFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fr.gedeon.telnetservice.TelnetServiceException
              extended by fr.gedeon.telnetservice.OutputFormatException
All Implemented Interfaces:
Serializable

public class OutputFormatException
extends TelnetServiceException

Thrown by an OutputFormat implementation when there was an issue that prevented the formatting of a subject.

Author:
wgedeon@gmail.com
See Also:
Serialized Form

Constructor Summary
OutputFormatException(String msg)
           
OutputFormatException(String msg, Throwable cause)
           
 
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

OutputFormatException

public OutputFormatException(String msg)

OutputFormatException

public OutputFormatException(String msg,
                             Throwable cause)


Copyright © 2008. All Rights Reserved.