Class JsonSerializerException

  • All Implemented Interfaces:
    java.io.Serializable, net.morimekta.util.Stringable

    public class JsonSerializerException
    extends SerializerException
    Wrapper for a JsonException into a SerializerException.
    See Also:
    Serialized Form
    • Constructor Detail

      • JsonSerializerException

        public JsonSerializerException​(@Nonnull
                                       net.morimekta.util.json.JsonException e)
    • Method Detail

      • getCause

        @Nonnull
        public net.morimekta.util.json.JsonException getCause()
        Overrides:
        getCause in class java.lang.Throwable
      • getLine

        public java.lang.String getLine()
      • getLineNo

        public int getLineNo()
      • getLinePos

        public int getLinePos()
      • getLen

        public int getLen()
      • initCause

        public java.lang.Throwable initCause​(java.lang.Throwable throwable)
        Overrides:
        initCause in class java.lang.Throwable
      • asString

        public java.lang.String asString()
        Specified by:
        asString in interface net.morimekta.util.Stringable
        Overrides:
        asString in class SerializerException