All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.anaplan.engineering.vdmanimation.api.VdmAnimationException.kt Maven / Gradle / Ivy

There is a newer version: 0.4.0.alpha.2
Show newest version
package com.anaplan.engineering.vdmanimation.api

sealed class VdmAnimationException(e: Exception) : RuntimeException(e)

class VdmPreconditionFailure(e: Exception) : VdmAnimationException(e)

class VdmPostconditionFailure(e: Exception) : VdmAnimationException(e)

class VdmInvariantFailure(e: Exception) : VdmAnimationException(e)

class VdmDeclarationFailure(e: Exception) : VdmAnimationException(e)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy