Class ScriptNotCompiledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.neotropic.kuwaiba.core.apis.persistence.exceptions.InventoryException
-
- org.neotropic.kuwaiba.core.apis.persistence.exceptions.ScriptNotCompiledException
-
- All Implemented Interfaces:
Serializable
public class ScriptNotCompiledException extends InventoryException
Filters and Validators work with Groovy scripts that are instantiated, and precompile this exception is thrown if something happens if the instance cannot be created by reflection- Author:
- Adrian Martinez Molina <adrian.martinez@kuwaiba.org>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScriptNotCompiledException(String msg)
-
Method Summary
-
Methods inherited from class org.neotropic.kuwaiba.core.apis.persistence.exceptions.InventoryException
getCode, getMessageArgs, getMessageKey, getPrefix, setCode, setMessageArgs, setPrefix
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ScriptNotCompiledException
public ScriptNotCompiledException(String msg)
-
-