org.apache.cocoon.generation
Class JXTemplateGenerator.ErrorHolder

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.cocoon.generation.JXTemplateGenerator.ErrorHolder
All Implemented Interfaces:
Serializable
Enclosing class:
JXTemplateGenerator

public static class JXTemplateGenerator.ErrorHolder
extends Exception

See Also:
Serialized Form

Constructor Summary
JXTemplateGenerator.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

JXTemplateGenerator.ErrorHolder

public JXTemplateGenerator.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.