| |
|
| java.lang.Object org.apache.tomcat.util.compat.JdkCompat org.apache.tomcat.util.compat.Jdk14Compat
Jdk14Compat | public class Jdk14Compat extends JdkCompat (Code) | | See JdkCompat. This is an extension of that class for Jdk1.4 support.
author: Tim Funk author: Remy Maucherat |
Field Summary | |
static Log | logger |
Jdk14Compat | protected Jdk14Compat()(Code) | | Default no-arg constructor
|
chainException | public void chainException(Throwable wrapper, Throwable wrapped)(Code) | | Chains the wrapped throwable to the wrapper throwable.
Parameters: wrapper - The wrapper throwable Parameters: wrapped - The throwable to be wrapped |
getMaxMemory | public long getMaxMemory()(Code) | | Return the maximum amount of memory the JVM will attempt to use.
|
getPartialServletStackTrace | public String getPartialServletStackTrace(Throwable t)(Code) | | Print out a partial servlet stack trace (truncating at the last
occurrence of javax.servlet.).
|
getURI | public URL getURI(File file) throws MalformedURLException(Code) | | Return the URI for the given file. Originally created for
o.a.c.loader.WebappClassLoader
Parameters: File - to wrap into URI A URI as a URL |
|
|
|