public final class ConfigurationException extends RuntimeException
Signals that the application is using the framework's annotations incorrectly. This exception will typically be thrown during the initialization of the front controller. It will prevent the application from starting up, as it cannot do so correctly given the state of the annotation-defined configuration.
Constructor and Description |
---|
ConfigurationException() |
ConfigurationException(String message) |
ConfigurationException(String message,
Throwable e) |
ConfigurationException(Throwable e) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2011-2012 MojaveMVC.org