com.fatwire.gst.foundation.facade.runtag
Class TagRunnerRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.fatwire.gst.foundation.CSRuntimeException
                  extended by 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

Constructor Summary
TagRunnerRuntimeException(String msg, int errno, COM.FutureTense.Interfaces.FTValList arguments)
           
TagRunnerRuntimeException(String msg, int errno, COM.FutureTense.Interfaces.FTValList arguments, COM.FutureTense.Util.ftErrors complexError, String pagename, String elementname)
           
 
Method Summary
 COM.FutureTense.Interfaces.FTValList getArguments()
           
 String getElementName()
           
 String getMessage()
           
 String getPageName()
           
 
Methods inherited from class com.fatwire.gst.foundation.CSRuntimeException
getComplexError, getErrno
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

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)
Method Detail

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.