org.exoplatform.services.rest.ext.groovy
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MalformedScriptException
public MalformedScriptException(String message)
- Parameters:
message - detail message about wrong with Groovy script.
Copyright © 2012 eXo Platform SAS. All Rights Reserved.