org.herac.tuxguitar.gui.util

Class SystemError


public class SystemError
extends java.lang.Object

Constructor Summary

SystemError(String title, String message)

Method Summary

static SystemError
getError(String title, String message)
String
getMessage()
String
getTitle()

Constructor Details

SystemError

public SystemError(String title,
                   String message)

Method Details

getError

public static SystemError getError(String title,
                                   String message)

getMessage

public String getMessage()

getTitle

public String getTitle()