public class ResourceNotFoundException extends VelocityException
| Constructor and Description |
|---|
ResourceNotFoundException(String exceptionMessage) |
ResourceNotFoundException(String exceptionMessage,
Throwable t) |
ResourceNotFoundException(Throwable t) |
getWrappedThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResourceNotFoundException(String exceptionMessage)
exceptionMessage - VelocityException.VelocityException(String)public ResourceNotFoundException(String exceptionMessage, Throwable t)
exceptionMessage - t - VelocityException.VelocityException(String, Throwable)public ResourceNotFoundException(Throwable t)
t - VelocityException.VelocityException(Throwable)Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.