Package 

Class IllegalAlchemistYAMLException

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getOurStackTrace, getStackTrace, getSuppressed, initCause, printEnclosedStackTrace, printStackTrace, readObject, setStackTrace, toString, validateSuppressedExceptionsList, writeObject
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IllegalAlchemistYAMLException

        IllegalAlchemistYAMLException(String reason)
        Parameters:
        reason - a message detailing what's happened
      • IllegalAlchemistYAMLException

        IllegalAlchemistYAMLException(String reason, Throwable cause)
        Parameters:
        reason - a message detailing what's happened
        cause - the exception that caused this exception from being raised