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 Link icon

    • LiteralUtilException Link icon

      public LiteralUtilException()
    • LiteralUtilException Link icon

      public LiteralUtilException(String message)
    • LiteralUtilException Link icon

      public LiteralUtilException(Throwable t)
    • LiteralUtilException Link icon

      public LiteralUtilException(String message, Throwable t)