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

com.mchange.sysadmin.taskrunner.exception.scala Maven / Gradle / Ivy

There is a newer version: 0.1.4
Show newest version
package com.mchange.sysadmin.taskrunner

import com.mchange.sysadmin.SysadminException

class UnexpectedPriorState( message : String, cause : Throwable = null ) extends SysadminException(message, cause)
class MissingEnvironmentVariable( envVar : String ) extends SysadminException(s"Environment variable '${envVar}' is required, but missing.")

def abortUnexpectedPriorState( message : String ) : Nothing = throw new UnexpectedPriorState(message)





© 2015 - 2025 Weber Informatics LLC | Privacy Policy