All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class it.unipi.di.compiler.symboltable.IllegalSymbolException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----it.unipi.di.compiler.symboltable.IllegalSymbolException

public class IllegalSymbolException
extends Exception

Segnala che è stata usata una keyword come identificatore.

Version:
1.0
Author:
Antonio Cisternino
See Also:
SymbolTableItem

Constructor Index

 o IllegalSymbolException(String)
Costruisce l'eccezione.

Constructors

 o IllegalSymbolException
 public IllegalSymbolException(String k)
Costruisce l'eccezione.

Parameters:
k - La keyword in questione

All Packages  Class Hierarchy  This Package  Previous  Next  Index