org.camunda.bpm.model.xml
Class ModelParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.camunda.bpm.model.xml.ModelException
                  extended by org.camunda.bpm.model.xml.ModelParseException
All Implemented Interfaces:
Serializable

public class ModelParseException
extends ModelException

Thrown when an error is encountered during XML parsing

Author:
Daniel Meyer
See Also:
Serialized Form

Constructor Summary
ModelParseException()
           
ModelParseException(String message)
           
ModelParseException(String message, Throwable cause)
           
ModelParseException(Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

ModelParseException

public ModelParseException()

ModelParseException

public ModelParseException(String message,
                           Throwable cause)

ModelParseException

public ModelParseException(String message)

ModelParseException

public ModelParseException(Throwable cause)


Copyright © 2016 camunda services GmbH. All rights reserved.