Class ScriptParseException

All Implemented Interfaces:
Serializable

public class ScriptParseException extends ScriptException
Thrown by ScriptUtils if a CQL script cannot be properly parsed.
Since:
3.0
Author:
Mark Paluch
See Also:
  • Constructor Details

    • ScriptParseException

      public ScriptParseException(String message, @Nullable EncodedResource resource)
      Construct a new ScriptParseException.
      Parameters:
      message - detailed message.
      resource - the resource from which the CQL script was read.
    • ScriptParseException

      public ScriptParseException(String message, @Nullable EncodedResource resource, @Nullable Throwable cause)
      Construct a new ScriptParseException.
      Parameters:
      message - detailed message.
      resource - the resource from which the CQL script was read.
      cause - the root cause.