Class ExceptionInfo

java.lang.Object
ch.cern.eam.wshub.core.tools.ExceptionInfo
All Implemented Interfaces:
Serializable

public class ExceptionInfo extends Object implements Serializable
See Also:
  • Constructor Details

    • ExceptionInfo

      public ExceptionInfo()
    • ExceptionInfo

      public ExceptionInfo(String location, String message)
  • Method Details

    • getLocation

      public String getLocation()
    • setLocation

      public void setLocation(String location)
    • getMessage

      public String getMessage()
    • setMessage

      public void setMessage(String message)
    • toString

      public String toString()
      Overrides:
      toString in class Object