com.ebmwebsourcing.easybpel.model.bpel.impl.compiler.validation
Class ErrorImpl

java.lang.Object
  extended by com.ebmwebsourcing.easybpel.model.bpel.impl.compiler.validation.ErrorImpl
All Implemented Interfaces:
Error

public class ErrorImpl
extends java.lang.Object
implements Error


Constructor Summary
ErrorImpl(BPELElement elmt, BPELException exception)
           
 
Method Summary
 BPELElement getElement()
           
 BPELException getError()
           
 void setElement(BPELElement elmt)
           
 void setError(BPELException ex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorImpl

public ErrorImpl(BPELElement elmt,
                 BPELException exception)
Method Detail

getElement

public BPELElement getElement()
Specified by:
getElement in interface Error

getError

public BPELException getError()
Specified by:
getError in interface Error

setElement

public void setElement(BPELElement elmt)
Specified by:
setElement in interface Error

setError

public void setError(BPELException ex)
Specified by:
setError in interface Error


Copyright © 2008-2009 eBM WebSourcing. All Rights Reserved.