Rememberall
Class ErrorHandling

java.lang.Object
  extended by Rememberall.ErrorHandling
Direct Known Subclasses:
ErrorHandlingImpl

public abstract class ErrorHandling
extends java.lang.Object


Constructor Summary
ErrorHandling()
           
 
Method Summary
abstract  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

ErrorHandling

public ErrorHandling()
Method Detail

handleError

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

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