org.apache.cocoon.components.language
Class LanguageException

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

public class LanguageException
extends CascadingException

The language exception.

Version:
CVS $Id: LanguageException.html 1304258 2012-03-23 10:09:27Z ilgrosso $
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()
Overrides:
getMessage in class Throwable

toString

public String toString()
Overrides:
toString in class Throwable

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class Throwable

printStackTrace

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

printStackTrace

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


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