br.usp.iterador.internal.logic
Class CompileTimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by br.usp.iterador.internal.logic.CompileTimeException
All Implemented Interfaces:
java.io.Serializable

public class CompileTimeException
extends java.lang.Exception

Compile time exception

Author:
Guilherme Silveira, $Revision$
See Also:
Serialized Form

Constructor Summary
CompileTimeException()
           
CompileTimeException(java.lang.String message)
           
CompileTimeException(java.lang.String message, java.lang.Throwable cause)
           
CompileTimeException(java.lang.Throwable cause)
           
 
Method Summary
 
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

CompileTimeException

public CompileTimeException()

CompileTimeException

public CompileTimeException(java.lang.String message,
                            java.lang.Throwable cause)

CompileTimeException

public CompileTimeException(java.lang.String message)

CompileTimeException

public CompileTimeException(java.lang.Throwable cause)


Copyright 2004-2004-2006 IME - USP. All Rights Reserved.