org.scohen.juploadr.prefs
Class Warning

java.lang.Object
  extended byorg.scohen.juploadr.prefs.Warning
All Implemented Interfaces:
Fault

public class Warning
extends java.lang.Object
implements Fault


Constructor Summary
Warning(java.lang.String msg)
           
 
Method Summary
 java.lang.String getText()
           
 boolean isFatal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Warning

public Warning(java.lang.String msg)
Method Detail

getText

public java.lang.String getText()
Specified by:
getText in interface Fault

isFatal

public boolean isFatal()
Specified by:
isFatal in interface Fault