edu.uky.rch.ept.data
Class NullAddressException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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