org.springframework.extensions.surf.core.scripts
Class ScriptException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.extensions.surf.exception.PlatformRuntimeException
                  extended by org.springframework.extensions.surf.core.scripts.ScriptException
All Implemented Interfaces:
Serializable

public class ScriptException
extends PlatformRuntimeException

Author:
Kevin Roast
See Also:
Serialized Form

Constructor Summary
ScriptException(String msgId)
           
ScriptException(String msgId, Object[] params)
           
ScriptException(String msgId, Object[] msgParams, Throwable cause)
           
ScriptException(String msgId, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.springframework.extensions.surf.exception.PlatformRuntimeException
create, create, makeRuntimeException
 
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

ScriptException

public ScriptException(String msgId)
Parameters:
msgId -

ScriptException

public ScriptException(String msgId,
                       Throwable cause)
Parameters:
msgId -
cause -

ScriptException

public ScriptException(String msgId,
                       Object[] params)
Parameters:
msgId -
params -

ScriptException

public ScriptException(String msgId,
                       Object[] msgParams,
                       Throwable cause)
Parameters:
msgId -
msgParams -
cause -


Copyright © 2009 SpringSource, Inc. All Rights Reserved.