Package org.camunda.bpm.engine
Class ParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.camunda.bpm.engine.ProcessEngineException
-
- org.camunda.bpm.engine.ParseException
-
- All Implemented Interfaces:
Serializable
public class ParseException extends ProcessEngineException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<ResourceReport>
resorceReports
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ResourceReport>
getResorceReports()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
resorceReports
protected List<ResourceReport> resorceReports
-
-
Method Detail
-
getResorceReports
public List<ResourceReport> getResorceReports()
-
-