Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.milligan.eccles.tags
Class TryTag  view TryTag download TryTag.java

java.lang.Object
  extended byorg.milligan.eccles.Tag
      extended byorg.milligan.eccles.tags.TryTag
All Implemented Interfaces:
org.milligan.eccles.Try

public class TryTag
extends org.milligan.eccles.Tag
implements org.milligan.eccles.Try

The try section of a try-catch block


Field Summary
 
Fields inherited from class org.milligan.eccles.Tag
CONTINUE_PROCESSING, EXCEPTION_PROPERTY, log, PROCESS_CHILDREN, SIMPLE_BREAK, SKIP_CHILDREN, UNDERLYING_EXCEPTION_PROPERTY
 
Constructor Summary
TryTag()
           
 
Method Summary
 java.lang.Class getCatchTagClass()
           
 java.lang.String getTagName()
          Name of the tag as it appears in the config file.
 
Methods inherited from class org.milligan.eccles.Tag
addChildTag, doAfterChildren, doEndTag, doFinishChildren, doInitChildren, doStartTag, getChildren, getId, getName, getParent, getPropertiesString, getTagPropertiesForDisplay, hasChildren, isEmpty, isReportingTag, populateElement, populateElementPropertiesFromTag, setChildren, setId, setName, validate, validateHasNoChildren, validateNotEmptyProperties, validateNotEmptyProperties, validateNotEmptyProperties, validateNotEmptyProperty, validateProperties, validateProperties, validateProperties, validateProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TryTag

public TryTag()
Method Detail

getTagName

public java.lang.String getTagName()
Description copied from class: org.milligan.eccles.Tag
Name of the tag as it appears in the config file. Used for exception & status reporting


getCatchTagClass

public java.lang.Class getCatchTagClass()
Specified by:
getCatchTagClass in interface org.milligan.eccles.Try