Class MalformedScriptException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.services.rest.ext.groovy.MalformedScriptException
- All Implemented Interfaces:
Serializable
Thrown if Groovy script is not comply with requirement to JAX-RS resources.
- Version:
- $Id$
- Author:
- Andrey Parfonov
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMalformedScriptException(String message) MalformedScriptException(String message, Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MalformedScriptException
- Parameters:
message- detail message about wrong with Groovy script.
-
MalformedScriptException
-