jeops.compiler
Class ImportException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jeops.compiler.ImportException

public class ImportException
extends java.lang.Exception

An exception thrown by the import list when an identifier can represent more than one class (ambiguity).

Version:
0.01 05.04.2000
Author:
Carlos Figueira Filho (csff@cin.ufpe.br)
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
ImportException()
          Constructs an ImportException with no detail message.
ImportException(java.lang.String s)
          Constructs an ImportException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

ImportException

public ImportException()
Constructs an ImportException with no detail message.

ImportException

public ImportException(java.lang.String s)
Constructs an ImportException with the specified detail message.
Parameters:
s - the detail message.