|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.mebigfatguy.tomailer.ToMailerException
public class ToMailerException
a general exception for problems that occur while trying to convert web page html to email htmls.
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 |
---|
public ToMailerException()
public ToMailerException(java.lang.String msg)
msg
- the exception messagepublic ToMailerException(java.lang.String msg, java.lang.Throwable cause)
msg
- the exception messagecause
- the original exception that this exception wraps
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |