org.openorb.compiler.parser
Class CompilationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.openorb.compiler.parser.CompilationException
All Implemented Interfaces:
java.io.Serializable

public class CompilationException
extends java.lang.RuntimeException

This exception is raised when a fatal error is detected during the compilation time.

Version:
$Revision: 1.4 $ $Date: 2002/08/21 08:19:24 $
Author:
Jerome Daniel
See Also:
Serialized Form

Constructor Summary
CompilationException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompilationException

public CompilationException()