uk.ac.man.cs.rainbow
Class Compiler.Exception

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--uk.ac.man.cs.rainbow.RainbowException
                    |
                    +--uk.ac.man.cs.rainbow.Compiler.Exception
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Compiler.Errors
Enclosing class:
Compiler

public static class Compiler.Exception
extends RainbowException

Exceptions generated by the compilation stage itself.

See Also:
Serialized Form

Constructor Summary
Compiler.Exception(String msg)
           
 
Methods inherited from class uk.ac.man.cs.rainbow.RainbowException
getDetail, getMessage, setAugment, setDetail
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Compiler.Exception

public Compiler.Exception(String msg)