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

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


org.jbpm.jpdl
Class JpdlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.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 msg)
           
JpdlException(java.lang.String msg, java.lang.Throwable e)
           
 
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 msg)

JpdlException

public JpdlException(java.lang.String msg,
                     java.lang.Throwable e)
Method Detail

getProblems

public java.util.List getProblems()


Version : jbpm-3.1.3