uk.ac.man.cs.rainbow.datamodel
Class TypeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--uk.ac.man.cs.rainbow.RainbowException
                    |
                    +--uk.ac.man.cs.rainbow.datamodel.TypeException
All Implemented Interfaces:
Serializable

public class TypeException
extends RainbowException

Exceptions caused by type problems

See Also:
Serialized Form

Constructor Summary
TypeException(String msg)
          Create a new exception relating to type problems.
 
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

TypeException

public TypeException(String msg)
Create a new exception relating to type problems.
Parameters:
msg - The detail about the type problem.