Class WebScriptsPlatformException

  • All Implemented Interfaces:
    java.io.Serializable

    public class WebScriptsPlatformException
    extends org.springframework.extensions.surf.exception.PlatformRuntimeException
    Exception thrown by the web scripts engine
    Author:
    muzquiano
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class org.springframework.extensions.surf.exception.PlatformRuntimeException

        create, create, makeRuntimeException
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • WebScriptsPlatformException

        public WebScriptsPlatformException​(java.lang.String msg)
      • WebScriptsPlatformException

        public WebScriptsPlatformException​(java.lang.String msg,
                                           java.lang.Throwable cause)