Explore BrainMass

Explore BrainMass

    Modified Mortgage Calculator Problem

    Not what you're looking for? Search our solutions OR ask your own Custom question.

    This content was COPIED from BrainMass.com - View the original, and get the already-completed solution here!

    PLEASE USED ATTACHED SRC.ZIP FILE

    Write an Exception class called MortgageInputexception.java. this class will inherit from the Exception.class in the java API. The exception should be packaged in the src.calculator.gui package.

    Modify MortgagedisplayGui.java to include a function called is ValidRate(String testValue) is Valid Term(String testValue) is ValidLoanAmount(String testValue) that will interrogate an input value for each of the entries, rate, term and loan amount. This function will throw the MortgageInputException if the entry is not valid. Use the String manipulation functions to determine if the content is appropriate. That is, the entry does not contain special characters and letters, and for rate does meet the format the calculator requires in order to use the rate in the equations.

    Modify MortgageDisplayGui.java to try and catch for this MortgageInputException and upon error, report the Error to the user via a JoptionPane using the ERROR_MESSAGE and DEFAULT_OPTION constants provided by the JoptionPane class.

    The new validation functions should throw the exception MortgageInputException.

    Include in MortgagedisplayGui.java:

    public static final String Rate_Error_MSG;
    public static final String Amount_Error_MSG;
    public static final String Term_Error_MSG;

    private void calculate() {
    try
    catch
    throw
    }

    isValidRate(in testValue : String) : double
    is ValidLoanAmount(in testValue : String) : double
    is ValidTerm(in testValue : String) : double
    displayError(in message : String)

    © BrainMass Inc. brainmass.com May 24, 2023, 1:28 pm ad1c9bdddf
    https://brainmass.com/computer-science/program-execution/modified-mortgage-calculator-problem-23099

    Attachments

    Solution Summary

    The modified mortgage calculator problems are analyzed. The string manipulation functions to determine if the content is appropriate is determined.

    $2.49

    ADVERTISEMENT