de.opsdesign.yax.types
Class Try

java.lang.Object
  extended by de.opsdesign.yax.log.LogBuilder
      extended by de.opsdesign.yax.types.ComponentType
          extended by de.opsdesign.yax.types.ConstructType
              extended by de.opsdesign.yax.types.Try
All Implemented Interfaces:
ExceptionHandler, Loggable, Wrap, java.lang.Comparable

public class Try
extends ConstructType
implements ExceptionHandler


Field Summary
 
Fields inherited from class de.opsdesign.yax.types.ConstructType
DECLARE_CONSTRUCT_TYPE
 
Fields inherited from class de.opsdesign.yax.types.ComponentType
className, description, DESCRIPTION, libraryName, name, NAME, NO, PARAMETER, PORT, REQUIRED, SEQUENCE, TYPE, VALUES, XPROC, YAX, YES
 
Constructor Summary
Try()
           
 
Method Summary
 void handleRunException(Queue queue, java.lang.Exception e)
           
 void postHandleToken(Queue queue)
           
 void pre(Queue queue)
           
 
Methods inherited from class de.opsdesign.yax.types.ConstructType
compareTo, isUseSuperPost, isUseSuperPre, post, preHandleToken, registerConstructType, registerConstructType, setUseSuperPost, setUseSuperPre, toElement
 
Methods inherited from class de.opsdesign.yax.types.ComponentType
addImplicitPort, addParameterType, addPortType, addPortType, addPortType, addPortType, addPortType, getClassName, getComponentTypeType, getDescription, getLibraryName, getName, getParameterTypes, getPortTypes, getPrefix, getPrefixedName, getXProcOptionsLibraryName, getXProcStandardLibraryName, getYaxOptionsLibraryName, getYaxStandardLibraryName, isConstructType, isStep, isStepType, setDescription, setLibraryName, setName
 
Methods inherited from class de.opsdesign.yax.log.LogBuilder
log, log, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Try

public Try()
    throws ConfigurationException
Throws:
ConfigurationException
Method Detail

pre

public void pre(Queue queue)
         throws RunException
Specified by:
pre in interface Wrap
Overrides:
pre in class ConstructType
Throws:
RunException

handleRunException

public void handleRunException(Queue queue,
                               java.lang.Exception e)
                        throws RunException
Specified by:
handleRunException in interface ExceptionHandler
Throws:
RunException

postHandleToken

public void postHandleToken(Queue queue)
                     throws RunException
Overrides:
postHandleToken in class ConstructType
Throws:
RunException


Copyright © 2008 OPS Design GmbH. All Rights Reserved.