Class LiteralUtilException

All Implemented Interfaces:
Serializable

public class LiteralUtilException extends RDF4JException
An exception thrown by Literals when specific conditions are not met.
Author:
Peter Ansell
See Also:
  • Constructor Details

    • LiteralUtilException

      public LiteralUtilException()
    • LiteralUtilException

      public LiteralUtilException(String message)
    • LiteralUtilException

      public LiteralUtilException(Throwable t)
    • LiteralUtilException

      public LiteralUtilException(String message, Throwable t)