public class ResourceNotFoundException extends VelocityException
Constructor and Description |
---|
ResourceNotFoundException(String exceptionMessage) |
ResourceNotFoundException(String exceptionMessage,
Throwable t) |
ResourceNotFoundException(String exceptionMessage,
Throwable t,
String[] stacktrace) |
ResourceNotFoundException(Throwable t) |
ResourceNotFoundException(Throwable t,
String[] stacktrace) |
getVtlStackTrace, getWrappedThrowable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ResourceNotFoundException(String exceptionMessage)
exceptionMessage
- VelocityException.VelocityException(String)
public ResourceNotFoundException(String exceptionMessage, Throwable t)
exceptionMessage
- t
- VelocityException.VelocityException(String, Throwable)
public ResourceNotFoundException(String exceptionMessage, Throwable t, String[] stacktrace)
exceptionMessage
- t
- stacktrace
- VTL stacktraceVelocityException.VelocityException(String, Throwable)
public ResourceNotFoundException(Throwable t)
t
- VelocityException.VelocityException(Throwable)
public ResourceNotFoundException(Throwable t, String[] stacktrace)
t
- stacktrace
- VTL stacktraceVelocityException.VelocityException(Throwable)
Copyright © 2000–2021 The Apache Software Foundation. All rights reserved.