com.fatwire.gst.foundation.facade.runtag
Class TagRunnerRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.fatwire.gst.foundation.CSRuntimeException
com.fatwire.gst.foundation.facade.runtag.TagRunnerRuntimeException
- All Implemented Interfaces:
- Serializable
public class TagRunnerRuntimeException
- extends CSRuntimeException
Exception that is thrown when a TagRunner is invoked and the
- Author:
- Dolf.Dijkstra
- See Also:
- Serialized Form
TagRunnerRuntimeException
public TagRunnerRuntimeException(String msg,
int errno,
COM.FutureTense.Interfaces.FTValList arguments)
- Parameters:
msg
- errno
-
TagRunnerRuntimeException
public TagRunnerRuntimeException(String msg,
int errno,
COM.FutureTense.Interfaces.FTValList arguments,
COM.FutureTense.Util.ftErrors complexError,
String pagename,
String elementname)
getPageName
public String getPageName()
- Returns:
- the pagename that generated this exception or null if this was
not provided
getElementName
public String getElementName()
- Returns:
- the name of the element that generated this exception or null if
this was not provided
getArguments
public COM.FutureTense.Interfaces.FTValList getArguments()
getMessage
public String getMessage()
- Overrides:
getMessage
in class CSRuntimeException
Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.