Class XQException

All Implemented Interfaces:
Serializable

public class XQException extends RuntimeException
See Also:
  • Field Details

    • code

      public Symbol code
    • description

      public String description
    • errorValue

      public Object errorValue
    • FOER0000_QNAME

      public static Symbol FOER0000_QNAME
  • Constructor Details

  • Method Details

    • error

      public static void error()
    • error

      public static void error(Symbol error)
    • error

      public static void error(Object error, String description)
    • error

      public static void error(Object error, String description, Object errorValue)
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable