Class ScriptUtils.ScriptStatementFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.testcontainers.ext.ScriptUtils.ScriptStatementFailedException
All Implemented Interfaces:
Serializable
Enclosing class:
ScriptUtils

public static class ScriptUtils.ScriptStatementFailedException extends RuntimeException
See Also:
  • Constructor Details

    • ScriptStatementFailedException

      public ScriptStatementFailedException(String statement, int lineNumber, String scriptPath)
    • ScriptStatementFailedException

      public ScriptStatementFailedException(String statement, int lineNumber, String scriptPath, Exception ex)