Class IRIImplException

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()  
      Violation getViolation()
      Access details of the error in the IRI being processed.
      • Methods inherited from class java.lang.Throwable

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

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

      • IRIImplException

        public IRIImplException​(Violation e)
    • Method Detail

      • getViolation

        public Violation getViolation()
        Description copied from class: IRIException
        Access details of the error in the IRI being processed.
        Specified by:
        getViolation in class IRIException
        Returns:
        The error that caused this exception
      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable