eXo WS :: REST :: Extentions 2.3.0-GA

org.exoplatform.services.rest.ext.groovy
Class MalformedScriptException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
MalformedScriptException(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MalformedScriptException

public MalformedScriptException(String message)
Parameters:
message - detail message about wrong with Groovy script.

eXo WS :: REST :: Extentions 2.3.0-GA

Copyright © 2012 eXo Platform SAS. All Rights Reserved.