org.oddjob.arooa.parsing
Class CutAndPasteSupport.ReplaceResult

java.lang.Object
  extended by org.oddjob.arooa.parsing.CutAndPasteSupport.ReplaceResult
Enclosing class:
CutAndPasteSupport

public static class CutAndPasteSupport.ReplaceResult
extends Object

Result for replace.


Constructor Summary
CutAndPasteSupport.ReplaceResult(ConfigurationHandle handle, ArooaParseException exception)
           
 
Method Summary
 ArooaParseException getException()
           
 ConfigurationHandle getHandle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CutAndPasteSupport.ReplaceResult

public CutAndPasteSupport.ReplaceResult(ConfigurationHandle handle,
                                        ArooaParseException exception)
Method Detail

getException

public ArooaParseException getException()

getHandle

public ConfigurationHandle getHandle()