Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


oracle.stellent.wcm.client.script
Class ScriptException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.stellent.wcm.common.LocalizedException
              extended by oracle.stellent.wcm.client.ApplicationException
                  extended by oracle.stellent.wcm.client.script.ScriptException

All Implemented Interfaces:
java.io.Serializable

public class ScriptException
extends ApplicationException

Exception evaluating a script

See Also:
Serialized Form

Constructor Summary
ScriptException(oracle.stellent.wcm.i18n.locale.LocaleMessage msg, java.lang.String path)
           
ScriptException(oracle.stellent.wcm.i18n.locale.LocaleMessage msg, java.lang.Throwable rootCause, java.lang.String path)
           

 

Method Summary
 java.lang.String getPath()
           

 

Methods inherited from class oracle.stellent.wcm.client.ApplicationException
getRootCause

 

Methods inherited from class oracle.stellent.wcm.common.LocalizedException
getLocaleMessage, getLocalizedMessage

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

ScriptException

public ScriptException(oracle.stellent.wcm.i18n.locale.LocaleMessage msg,
                       java.lang.String path)

ScriptException

public ScriptException(oracle.stellent.wcm.i18n.locale.LocaleMessage msg,
                       java.lang.Throwable rootCause,
                       java.lang.String path)

Method Detail

getPath

public java.lang.String getPath()

Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.