de.ukn.hci.squidy.manager
Class Issue

java.lang.Object
  extended by de.ukn.hci.squidy.manager.Issue

public class Issue
extends Object

Issue.

 Date: Sep 26, 2008
 Time: 1:36:44 AM
 

Since:
1.1.0
Version:
$Id: Issue.java 30 2009-09-18 22:23:35Z nitsche $
Author:
Roman Rädle, Roman.Raedle@uni-konstanz.de, University of Konstanz

Constructor Summary
Issue(Exception exception)
           
Issue(String message)
           
 
Method Summary
 Exception getException()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Issue

public Issue(String message)

Issue

public Issue(Exception exception)
Parameters:
exception -
Method Detail

getMessage

public final String getMessage()
Returns:
the message

getException

public final Exception getException()
Returns:
the exception


Copyright © 2007-2010 Human-Computer-Interaction :: University of Konstanz. All Rights Reserved.