it.geosolutions.tools.commons.listener
Class Warning

java.lang.Object
  extended by it.geosolutions.tools.commons.listener.Warning
All Implemented Interfaces:
Serializable

public class Warning
extends Object
implements Serializable

This is a simple Warning container helper class

Author:
Carlo Cancellieri - carlo.cancellieri@geo-solutions.it
See Also:
Serialized Form

Constructor Summary
Warning(String source, String location, String warning)
           
 
Method Summary
 String getLocation()
           
 String getSource()
           
 String getWarning()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Warning

public Warning(String source,
               String location,
               String warning)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getSource

public String getSource()

getLocation

public String getLocation()

getWarning

public String getWarning()


Copyright © 2011-2012 GeoSolutions. All Rights Reserved.