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

com.hp.jipp.util.BuildError.kt Maven / Gradle / Ivy

// Copyright 2017 HP Development Company, L.P.
// SPDX-License-Identifier: MIT

package com.hp.jipp.util

/** An error in creation of anything intended to be sent  */
class BuildError(s: String) : RuntimeException(s)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy