edu.udo.cs.yale
Interface NoBugError

All Known Implementing Classes:
MissingIOObjectException, NoOpUserError, UndefinedParameterError, UserError

public interface NoBugError

All exceptions that are no bugs (but caused by an error of the user) should implement this interface in order to indicate that this should not issue a bug report.

Version:
$Id: NoBugError.java,v 1.9 2006/08/14 12:28:15 ingomierswa Exp $
Author:
Simon Fischer, Ingo Mierswa

Method Summary
 int getCode()
          Returns the error code.
 java.lang.String getDetails()
          Returns the error details/description.
 java.lang.String getErrorName()
          Returns the error name.
 java.lang.String getHTMLMessage()
          Returns a html message.
 

Method Detail

getHTMLMessage

java.lang.String getHTMLMessage()
Returns a html message.


getDetails

java.lang.String getDetails()
Returns the error details/description.


getErrorName

java.lang.String getErrorName()
Returns the error name.


getCode

int getCode()
Returns the error code.



Copyright © 2001-2006