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

com.github.roroche.eoplantumlbuilder.classes.exceptions.InvalidPackageException.kt Maven / Gradle / Ivy

package com.github.roroche.eoplantumlbuilder.classes.exceptions

/**
 * Exception to be thrown when a pckage is invalid.
 *
 * @param packageName The name of the package.
 */
class InvalidPackageException(
        packageName: String
) : RuntimeException("Invalid package '$packageName', maybe missing or empty")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy