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:
java.io.Serializable
public class ParseException extends ProcessEngineException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<ResourceReport>
resorceReports
-
Fields inherited from class org.camunda.bpm.engine.ProcessEngineException
code
-
-
Constructor Summary
Constructors Constructor Description ParseException(java.lang.String exceptionMessage, java.lang.String resource, java.util.List<Problem> errors, java.util.List<Problem> warnings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ResourceReport>
getResorceReports()
-
Methods inherited from class org.camunda.bpm.engine.ProcessEngineException
getCode, setCode
-
-
-
-
Field Detail
-
resorceReports
protected java.util.List<ResourceReport> resorceReports
-
-
Method Detail
-
getResorceReports
public java.util.List<ResourceReport> getResorceReports()
-
-