Class RDFHandlerException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    WritingFailed

    public class RDFHandlerException
    extends java.lang.RuntimeException

    Exception denoting something unexpected happened in an RDFHandler

    Since:
    1.0
    Version:
    1.0
    Author:
    Michael Grove
    See Also:
    Serialized Form
    • Method Summary

      • 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 Detail

      • RDFHandlerException

        public RDFHandlerException​(java.lang.String theMessage)
      • RDFHandlerException

        public RDFHandlerException​(java.lang.Throwable theCause)
      • RDFHandlerException

        public RDFHandlerException​(java.lang.String theMessage,
                                   java.lang.Throwable theCause)