uk.ac.man.cs.rainbow.rapa.data
Class CompatabilityFailure

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--uk.ac.man.cs.rainbow.RainbowError
                          |
                          +--uk.ac.man.cs.rainbow.rapa.data.CompatabilityFailure
All Implemented Interfaces:
Serializable

public class CompatabilityFailure
extends RainbowError

Indicates where one kind of argument cannot be mapped to another kind.

See Also:
Serialized Form

Constructor Summary
CompatabilityFailure(Argument from, Argument to)
           
 
Method Summary
 Argument getFrom()
           
 Argument getTo()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompatabilityFailure

public CompatabilityFailure(Argument from,
                            Argument to)
Method Detail

getFrom

public Argument getFrom()

getTo

public Argument getTo()