Class UpdateModelException

    • Constructor Summary

      Constructors 
      Constructor Description
      UpdateModelException​(java.lang.Throwable throwable)  
      UpdateModelException​(java.lang.Throwable throwable, java.lang.String sourceType, java.lang.String targetType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getSourceType()  
      java.lang.String getTargetType()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • UpdateModelException

        public UpdateModelException​(java.lang.Throwable throwable)
      • UpdateModelException

        public UpdateModelException​(java.lang.Throwable throwable,
                                    java.lang.String sourceType,
                                    java.lang.String targetType)
    • Method Detail

      • getSourceType

        public java.lang.String getSourceType()
      • getTargetType

        public java.lang.String getTargetType()