Uses of Interface
com.speedment.common.codegen.model.trait.HasThrows
-
Packages that use HasThrows Package Description com.speedment.common.codegen.model Models for typical object-oriented language building blocks are located in this package.com.speedment.common.codegen.model.trait Common traits used by the codegen models located in thecom.speedment.codegen.lang.modelpackage. -
-
Uses of HasThrows in com.speedment.common.codegen.model
Subinterfaces of HasThrows in com.speedment.common.codegen.model Modifier and Type Interface Description interfaceConstructorA model that represents a constructor in code.interfaceInterfaceMethodA model that represents a method of an interface in code.interfaceMethodA model that represents a method declaration in code. -
Uses of HasThrows in com.speedment.common.codegen.model.trait
Classes in com.speedment.common.codegen.model.trait with type parameters of type HasThrows Modifier and Type Interface Description interfaceHasThrows<T extends HasThrows<T>>A trait for models that can throw exceptions.
-