|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jbpm.jpdl.JpdlException
public class JpdlException
| 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 |
|---|
protected java.util.List problems
| Constructor Detail |
|---|
public JpdlException(java.util.List problems)
public JpdlException(java.lang.String msg)
public JpdlException(java.lang.String msg,
java.lang.Throwable e)
| Method Detail |
|---|
public java.util.List getProblems()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||