Class TzException

java.lang.Object
java.lang.Throwable
org.bedework.timezones.common.TzException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DbEmptyException, DbStaleStateException

public class TzException extends Throwable
Base exception thrown by tz classes
Author:
Mike Douglass douglm rpi.edu
See Also:
  • Constructor Details

    • TzException

      public TzException(String s)
      Constructor
      Parameters:
      s -
    • TzException

      public TzException(Throwable t)
      Constructor
      Parameters:
      t -
    • TzException

      public TzException(int st)
      Constructor
      Parameters:
      st -
    • TzException

      public TzException(int st, String msg)
      Constructor
      Parameters:
      st -
      msg -
    • TzException

      public TzException(int st, QName errorTag)
      Constructor
      Parameters:
      st -
      errorTag -
    • TzException

      public TzException(int st, QName errorTag, String msg)
      Constructor
      Parameters:
      st -
      errorTag -
      msg -
  • Method Details

    • setStatusCode

      public void setStatusCode(int val)
      Set the status
      Parameters:
      val - int status
    • getStatusCode

      public int getStatusCode()
      Get the status
      Returns:
      int status
    • getErrorTag

      public QName getErrorTag()
      Get the errorTag
      Returns:
      QName