public class InjectionException extends RuntimeException
Throwable.getCause()
to obtain underlying
exception, if any.Constructor and Description |
---|
InjectionException()
Constructs a new injection exception.
|
InjectionException(String msg)
Constructs a new injection exception with the specified message.
|
InjectionException(String msg,
Throwable e)
Constructs a new injection exception with the specified cause and message.
|
InjectionException(Throwable e)
Constructs a new injection exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InjectionException()
public InjectionException(Throwable e)
e
- original exceptionpublic InjectionException(String msg)
msg
- the error message
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.