Class AbstractJsonWriter.IllegalWriterStateException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    AbstractJsonWriter

    private static class AbstractJsonWriter.IllegalWriterStateException
    extends java.lang.IllegalStateException
    • Constructor Summary

      Constructors 
      Constructor Description
      IllegalWriterStateException​(int from, int to, java.lang.String element)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static java.lang.String getState​(int state)  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • IllegalWriterStateException

        public IllegalWriterStateException​(int from,
                                           int to,
                                           java.lang.String element)
    • Method Detail

      • getState

        private static java.lang.String getState​(int state)