public class SSNCharacterException extends Exception
{
public SSNCharacterException()
{
super("Inappropriate Character in SSN:Non Digit Character Found");
}
public SSNCharacterException(String msg)
{
super(msg);
}
}
Thursday, October 28, 2010
Lab 17 -- Solution -- Class: SSNCharacterException
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment