public class InjectionException
extends java.lang.RuntimeException
Throwable.getCause() to obtain underlying exception, if any.| Constructor and Description |
|---|
InjectionException()
Constructs a new injection exception.
|
InjectionException(java.lang.String msg)
Constructs a new injection exception with the specified message.
|
InjectionException(java.lang.String msg,
java.lang.Throwable e)
Constructs a new injection exception with the specified cause and message.
|
InjectionException(java.lang.Throwable e)
Constructs a new injection exception with the specified cause.
|
public InjectionException()
public InjectionException(java.lang.Throwable e)
e - original exceptionpublic InjectionException(java.lang.String msg)
msg - the error messagepublic InjectionException(java.lang.String msg,
java.lang.Throwable e)
msg - the error messagee - original exception
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.