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