org.camunda.bpm.model.xml.impl.util
Class ModelTypeException

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.impl.util.ModelTypeException
All Implemented Interfaces:
Serializable

public class ModelTypeException
extends ModelException

Thrown in case a value cannot be converted to or from the requested type

Author:
Daniel Meyer
See Also:
Serialized Form

Constructor Summary
ModelTypeException(String message)
           
ModelTypeException(String value, Type type)
           
 
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

ModelTypeException

public ModelTypeException(String message)

ModelTypeException

public ModelTypeException(String value,
                          Type type)


Copyright © 2014 camunda services GmbH. All rights reserved.