站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss JBPM 3.0.4 API 英文版文档

JpdlException (jbpm-3.0.4) - JBoss JBPM 3.0.4 API 英文版文档


org.jbpm.jpdl
Class JpdlException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.jbpm.jpdl.JpdlException
All Implemented Interfaces:
java.io.Serializable

public class JpdlException
extends java.lang.RuntimeException

See Also:
Serialized Form

Field Summary
protected  java.util.List problems
           
 
Constructor Summary
JpdlException(java.util.List problems)
           
JpdlException(java.lang.String problem)
           
 
Method Summary
 java.util.List getProblems()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

problems

protected java.util.List problems
Constructor Detail

JpdlException

public JpdlException(java.util.List problems)

JpdlException

public JpdlException(java.lang.String problem)
Method Detail

getProblems

public java.util.List getProblems()


Version : jbpm-3.0.4