Class LogSyntaxException

  • All Implemented Interfaces:
    java.io.Serializable

    public class LogSyntaxException
    extends java.lang.Exception
    Version:
    $Id: LogSyntaxException.java,v 1.12 2008/04/02 11:22:15 benoitx Exp $
    Author:
    Anja Jentzsch, Richard Cyganiak
    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

      • LogSyntaxException

        public LogSyntaxException()
        See Also:
        Object()
      • LogSyntaxException

        public LogSyntaxException​(java.lang.String message)
        See Also:
        Throwable(String)