Class RequestParserException

  • All Implemented Interfaces:
    java.io.Serializable

    public class RequestParserException
    extends java.lang.RuntimeException
    This class represent exceptions thrown when a Virtual Schema request cannot be parsed.

    This exception is not recoverable in the Virtual Schema Adapter.

    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

      • RequestParserException

        public RequestParserException​(java.lang.String message)
        Create a new RequestParserException instance
        Parameters:
        message - error message