Rememberall
Class ErrorHandlingImpl

java.lang.Object
  extended by Rememberall.ErrorHandling
      extended by Rememberall.ErrorHandlingImpl

public class ErrorHandlingImpl
extends ErrorHandling


Constructor Summary
ErrorHandlingImpl()
           
 
Method Summary
 void handleError(javax.swing.JPanel objectWithError, java.lang.Exception exception, java.lang.String errorTitle, java.lang.String errorMessage)
          This function handles errors.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorHandlingImpl

public ErrorHandlingImpl()
Method Detail

handleError

public void handleError(javax.swing.JPanel objectWithError,
                        java.lang.Exception exception,
                        java.lang.String errorTitle,
                        java.lang.String errorMessage)
This function handles errors.

Specified by:
handleError in class ErrorHandling
Parameters:
objectWithError - The JPanel object that had an error
exception - The exception that was thrown
errorTitle - The title of the error message
errorMessage - The message to display in the error