Class ScriptNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.craftercms.core.exception.CrafterException
org.craftercms.engine.exception.ScriptException
org.craftercms.engine.exception.ScriptNotFoundException
All Implemented Interfaces:
Serializable

public class ScriptNotFoundException extends ScriptException
Thrown when a script can't be found
Author:
Alfonso Vásquez
See Also:
  • Constructor Details

    • ScriptNotFoundException

      public ScriptNotFoundException(String message, Throwable cause)