org.jbpm.process.core.validation.impl
Class ProcessValidationErrorImpl

java.lang.Object
  extended by org.jbpm.process.core.validation.impl.ProcessValidationErrorImpl
All Implemented Interfaces:
ProcessValidationError

public class ProcessValidationErrorImpl
extends Object
implements ProcessValidationError


Constructor Summary
ProcessValidationErrorImpl(Process process, String message)
           
 
Method Summary
 String getMessage()
           
 Process getProcess()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessValidationErrorImpl

public ProcessValidationErrorImpl(Process process,
                                  String message)
Method Detail

getMessage

public String getMessage()
Specified by:
getMessage in interface ProcessValidationError

getProcess

public Process getProcess()
Specified by:
getProcess in interface ProcessValidationError

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.