org.apache.xalan.xsltc.compiler
Class CompilerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.xalan.xsltc.compiler.CompilerException
All Implemented Interfaces:
Serializable

public final class CompilerException
extends Exception

Author:
Morten Jorgensen
See Also:
Serialized Form

Constructor Summary
CompilerException()
           
CompilerException(Exception e)
           
CompilerException(String message)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompilerException

public CompilerException()

CompilerException

public CompilerException(Exception e)

CompilerException

public CompilerException(String message)
Method Detail

getMessage

public String getMessage()


Copyright ? 2004 Apache XML Project. All Rights Reserved.