java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mule.runtime.extension.internal.exception.DsqlParsingException
All Implemented Interfaces:
Serializable

public class DsqlParsingException extends RuntimeException
RuntimeException implementation that is thrown when an unexpected behaviour occurs when parsing a DsqlQuery.
Since:
1.0
See Also:
  • Constructor Details

    • DsqlParsingException

      public DsqlParsingException(Throwable t)
    • DsqlParsingException

      public DsqlParsingException(String s)
    • DsqlParsingException

      public DsqlParsingException()