public class ExceptionNoArgumentFactory<T extends Exception> extends Object implements ExceptionFactory<T>
| Constructor and Description |
|---|
ExceptionNoArgumentFactory(Constructor<T> exceptionConstructor) |
| Modifier and Type | Method and Description |
|---|---|
T |
newInstance(String ignoredMessage) |
public ExceptionNoArgumentFactory(Constructor<T> exceptionConstructor)
public T newInstance(String ignoredMessage)
newInstance in interface ExceptionFactory<T extends Exception>Copyright © 2014–2015 valid4j. All rights reserved.