Class ConversionExceptionHelper


  • public final class ConversionExceptionHelper
    extends java.lang.Object
    Helper to set node on Exception.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void setField​(ConversionException exception, java.lang.reflect.AccessibleObject field)
      Set field on exception.
      static void setNode​(ConversionException exception, java.lang.Object node)
      Set node on exception.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • setNode

        public static final void setNode​(ConversionException exception,
                                         java.lang.Object node)
        Set node on exception.
        Parameters:
        exception - target exception.
        node - node.
      • setField

        public static final void setField​(ConversionException exception,
                                          java.lang.reflect.AccessibleObject field)
        Set field on exception.
        Parameters:
        exception - target exception.
        field - field.