org.apache.cocoon.generation
Class JXTemplateGenerator.ErrorHolder

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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)

printStackTrace

public void printStackTrace(PrintWriter pw)

printStackTrace

public void printStackTrace()

getError

public Error getError()


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