org.norther.tammi.core.mail
Class InternetAddressFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.norther.tammi.core.converter.RuntimeConversionException
                  extended by org.norther.tammi.core.mail.InternetAddressFormatException
All Implemented Interfaces:
Serializable

public class InternetAddressFormatException
extends RuntimeConversionException

An exception for date parsing errors.

Version:
$Id: InternetAddressFormatException.java,v 1.7 2009/09/28 15:08:45 cvsimp Exp $
Author:
Ilkka Priha
See Also:
Serialized Form

Constructor Summary
InternetAddressFormatException()
          Default constructor.
InternetAddressFormatException(String s)
          Constructs a new exception with a message string.
 
Method Summary
 
Methods inherited from class org.norther.tammi.core.converter.RuntimeConversionException
getMessage, getQualifier, setQualifier
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

InternetAddressFormatException

public InternetAddressFormatException()
Default constructor.


InternetAddressFormatException

public InternetAddressFormatException(String s)
Constructs a new exception with a message string.

Parameters:
s - the message string.


Copyright © 2004 The Norther Organization. All rights reserved.