Class ScriptProviderException

All Implemented Interfaces:
Serializable

public class ScriptProviderException extends ProviderException
Thrown to indicate an error in scripting engine.
Version:
1.0
Author:
Fyodor Kupolov
See Also:
  • Constructor Details

    • ScriptProviderException

      public ScriptProviderException(String message, Throwable cause)
    • ScriptProviderException

      public ScriptProviderException(String message, Throwable cause, String errorStatement)
  • Method Details