org.indy.messages
Class AddressParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.indy.IndyException
                    |
                    +--org.indy.messages.AddressParseException
All Implemented Interfaces:
java.io.Serializable

public class AddressParseException
extends IndyException

DOCUMENT ME!

Version:
$Revision$
Author:
$author$
See Also:
Serialized Form

Fields inherited from class org.indy.IndyException
_msg
 
Constructor Summary
AddressParseException(java.lang.Exception e)
          Creates a new AddressParseException object.
AddressParseException(java.lang.String s)
          Creates a new AddressParseException object.
 
Methods inherited from class org.indy.IndyException
getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AddressParseException

public AddressParseException(java.lang.Exception e)
Creates a new AddressParseException object.
Parameters:
e - DOCUMENT ME!

AddressParseException

public AddressParseException(java.lang.String s)
Creates a new AddressParseException object.
Parameters:
s - DOCUMENT ME!


Copyright © 2002-2002 IndyJ. All Rights Reserved.