Class DataUriException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
nu.validator.io.DataUriException
All Implemented Interfaces:
java.io.Serializable

public class DataUriException
extends java.io.IOException
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    DataUriException​(int index, java.lang.String head, char literal, java.lang.String tail)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getHead()
    Returns the head.
    int getIndex()
    Returns the index.
    char getLiteral()
    Returns the literal.
    java.lang.String getTail()
    Returns the tail.

    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 Details

    • DataUriException

      public DataUriException​(int index, java.lang.String head, char literal, java.lang.String tail)
      Parameters:
      index -
      head -
      literal -
      tail -
  • Method Details

    • getIndex

      public int getIndex()
      Returns the index.
      Returns:
      the index
    • getHead

      public java.lang.String getHead()
      Returns the head.
      Returns:
      the head
    • getLiteral

      public char getLiteral()
      Returns the literal.
      Returns:
      the literal
    • getTail

      public java.lang.String getTail()
      Returns the tail.
      Returns:
      the tail