org.apache.cocoon.template.environment
Class ErrorHolder

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.cocoon.template.environment.ErrorHolder
All Implemented Interfaces:
Serializable

public class ErrorHolder
extends Exception

Version:
SVN $Id: ErrorHolder.html 1304258 2012-03-23 10:09:27Z ilgrosso $
See Also:
Serialized Form

Constructor Summary
ErrorHolder(Error err)
           
 
Method Summary
 Error getError()
           
 void printStackTrace()
           
 void printStackTrace(PrintStream ps)
           
 void printStackTrace(PrintWriter pw)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrorHolder

public ErrorHolder(Error err)
Method Detail

printStackTrace

public void printStackTrace(PrintStream ps)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintWriter pw)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class Throwable

getError

public Error getError()


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.