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