Uses of Class
at.dms.util.FormattedException

Packages that use FormattedException
at.dms.compiler   
at.dms.kjc   
at.dms.lexgen   
at.dms.msggen   
at.dms.optgen   
 

Uses of FormattedException in at.dms.compiler
 

Subclasses of FormattedException in at.dms.compiler
 class CWarning
          This class represents warnings in the compiler error hierarchy.
 class PositionedError
          This class is the root class for all compiler errors with a reference to the source text.
 

Uses of FormattedException in at.dms.kjc
 

Subclasses of FormattedException in at.dms.kjc
 class CBlockError
          This class represents block errors in the error hierarchy.
 class CExpressionError
          This class represents Expression errors in error hierarchy.
 class CLineError
          This class represents Line errors in error hierarchy.
 class CMethodNotFoundError
          This error display all parameters of method call.
 

Uses of FormattedException in at.dms.lexgen
 

Subclasses of FormattedException in at.dms.lexgen
 class LexgenError
          Error thrown on problems encountered while running the program.
 

Uses of FormattedException in at.dms.msggen
 

Subclasses of FormattedException in at.dms.msggen
 class MsggenError
          Error thrown on problems encountered while running the program.
 

Uses of FormattedException in at.dms.optgen
 

Subclasses of FormattedException in at.dms.optgen
 class OptgenError
          Error thrown on problems encountered while running the program.