Class RDFHandlerException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
WritingFailed

public class RDFHandlerException extends RuntimeException

Exception denoting something unexpected happened in an RDFHandler

Since:
1.0
Version:
1.0
Author:
Michael Grove
See Also:
  • Constructor Details

    • RDFHandlerException

      public RDFHandlerException(String theMessage)
    • RDFHandlerException

      public RDFHandlerException(Throwable theCause)
    • RDFHandlerException

      public RDFHandlerException(String theMessage, Throwable theCause)