org.apache.cocoon.components.language
Class LanguageException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.avalon.framework.CascadingException
              extended byorg.apache.cocoon.components.language.LanguageException
All Implemented Interfaces:
CascadingThrowable, Serializable

public class LanguageException
extends CascadingException

The language exception.

Version:
CVS $Id: LanguageException.java 30941 2004-07-29 19:56:58Z vgritsenko $
Author:
Ricardo Rocha, Torsten Curdt
See Also:
Serialized Form

Constructor Summary
LanguageException(String message)
           
LanguageException(String message, String filename, CompilerError[] errors)
           
LanguageException(String message, Throwable t)
           
 
Method Summary
 String getMessage()
           
 void printStackTrace()
           
 void printStackTrace(PrintStream s)
           
 void printStackTrace(PrintWriter s)
           
 String toString()
           
 
Methods inherited from class org.apache.avalon.framework.CascadingException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LanguageException

public LanguageException(String message,
                         String filename,
                         CompilerError[] errors)

LanguageException

public LanguageException(String message)

LanguageException

public LanguageException(String message,
                         Throwable t)
Method Detail

getMessage

public String getMessage()

toString

public String toString()

printStackTrace

public void printStackTrace()

printStackTrace

public void printStackTrace(PrintStream s)

printStackTrace

public void printStackTrace(PrintWriter s)


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.