com.anaplan.engineering.vdmanimation.api.VdmSpecificationException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vdm-animation-api Show documentation
Show all versions of vdm-animation-api Show documentation
A service API for animating VDM specifications
package com.anaplan.engineering.vdmanimation.api
class VdmSpecificationException(msg: String) : RuntimeException(msg)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy