edu.uky.rch.ept.data
Class NullAddressException

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

public class NullAddressException
extends RuntimeException

Thrown to indicate that the address was null.

Author:
Sandeep Bodapati
See Also:
Serialized Form

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

NullAddressException

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


NullAddressException

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

Parameters:
msg - message