com.mebigfatguy.tomailer
Class ToMailerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.mebigfatguy.tomailer.ToMailerException
All Implemented Interfaces:
java.io.Serializable

public class ToMailerException
extends java.lang.Exception

a general exception for problems that occur while trying to convert web page html to email htmls.

See Also:
Serialized Form

Constructor Summary
ToMailerException()
          creates a default exception.
ToMailerException(java.lang.String msg)
          creates an exception with a supplied message
ToMailerException(java.lang.String msg, java.lang.Throwable cause)
          creates an exception with a supplied messages and initial 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

ToMailerException

public ToMailerException()
creates a default exception. Here for completeness.


ToMailerException

public ToMailerException(java.lang.String msg)
creates an exception with a supplied message

Parameters:
msg - the exception message

ToMailerException

public ToMailerException(java.lang.String msg,
                         java.lang.Throwable cause)
creates an exception with a supplied messages and initial cause

Parameters:
msg - the exception message
cause - the original exception that this exception wraps


Copyright © 2009 MeBigFatGuy.com. All Rights Reserved.