Package com.mastfrog.util.preconditions


package com.mastfrog.util.preconditions
  • Class
    Description
    Code sanity checks, to simplify things like null checks.
    Error which can be thrown during startup/initialization, indicating the application's configuration is so broken startup should be aborted.
    Simple utilities for dealing with exceptions.
    Service provider which logs exceptions; the default implementation uses the JDK's logger.
    Specialization of IllegalArgumentException to differentiate stack traces from Checks.* tests (caller bug) from bugs in library code.
    Special IllegalArgumentException for null parameters.