public class ComponentsException extends RuntimeException
ComponentsException
class defines a exception
while finding component(s) from the component manager.Constructor and Description |
---|
ComponentsException()
Constructs a new ComponentsException exception.
|
ComponentsException(String message)
Constructs a new ComponentsException exception with the given message.
|
ComponentsException(String msg,
Throwable nested)
Constructs a new ComponentsException exception when the container needs to do
the following:
throw an exception
include the "nested" exception
include a description message
|
ComponentsException(Throwable nested)
Constructs a new ComponentsException exception with the nested exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ComponentsException()
public ComponentsException(String message)
message
- the exception messagepublic ComponentsException(Throwable nested)
nested
- the nested exceptionpublic ComponentsException(String msg, Throwable nested)
msg
- the exception messagenested
- the nested exceptionCopyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.