edu.uky.rch.ept.data
Class MalformedAddressException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byedu.uky.rch.ept.data.DataAccessException
              extended byedu.uky.rch.ept.data.MalformedAddressException
All Implemented Interfaces:
Serializable

public class MalformedAddressException
extends DataAccessException

Thrown to indicate that the address was malformed.

Author:
Sandeep Bodapati
See Also:
Serialized Form

Constructor Summary
MalformedAddressException()
          Constructs a new MalformedAddressException with no detail message.
MalformedAddressException(String msg)
          Constructs a new MalformedAddressException with the specified detail message.
 
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

MalformedAddressException

public MalformedAddressException()
Constructs a new MalformedAddressException with no detail message.


MalformedAddressException

public MalformedAddressException(String msg)
Constructs a new MalformedAddressException with the specified detail message.

Parameters:
msg - message