Class ScriptErrorException

All Implemented Interfaces:
Serializable

public class ScriptErrorException extends CriseVertxException
See Also:
  • Constructor Details

    • ScriptErrorException

      public ScriptErrorException()
    • ScriptErrorException

      public ScriptErrorException(String msg)
      Constructs an sciptingEngineException with the specified detail message.
      Parameters:
      msg - the detail message.
    • ScriptErrorException

      public ScriptErrorException(ErrorInfo errors)
    • ScriptErrorException

      public ScriptErrorException(Throwable throwable)
    • ScriptErrorException

      public ScriptErrorException(String message, Throwable throwable)
  • Method Details