Class XBProcessingException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    XBParsingException, XBSerialException

    public class XBProcessingException
    extends java.lang.RuntimeException
    Exception class for XBUP protocol processing.
    See Also:
    Serialized Form
    • Constructor Detail

      • XBProcessingException

        public XBProcessingException()
      • XBProcessingException

        public XBProcessingException​(@Nullable
                                     java.lang.String message)
      • XBProcessingException

        public XBProcessingException​(@Nullable
                                     java.lang.String message,
                                     @Nonnull
                                     XBProcessingExceptionType errorType)
      • XBProcessingException

        public XBProcessingException​(@Nullable
                                     java.lang.String message,
                                     @Nullable
                                     long[] treePath)
      • XBProcessingException

        public XBProcessingException​(@Nullable
                                     java.lang.String message,
                                     @Nonnull
                                     XBProcessingExceptionType errorType,
                                     @Nullable
                                     long[] treePath)
    • Method Detail

      • equals

        public boolean equals​(@Nullable
                              java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • getTreePath

        @Nullable
        public long[] getTreePath()