org.fopps.model
Class CompileException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.fopps.model.ModelException
                    |
                    +--org.fopps.model.CompileException
All Implemented Interfaces:
java.io.Serializable

public class CompileException
extends ModelException

A CompileException is raised if an error during compilation occurred

Author:
Oliver Wieland
See Also:
Serialized Form

Constructor Summary
CompileException()
           
CompileException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompileException

public CompileException()

CompileException

public CompileException(java.lang.String s)


Fopps 0.19 - Copyright © 2002 Oliver Wieland. All Rights Reserved.