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