RECODER 0.92

recoder.kit
Class Ambiguity

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by recoder.kit.Problem
                  extended by recoder.kit.Ambiguity
All Implemented Interfaces:
java.io.Serializable, ProblemReport

public abstract class Ambiguity
extends Problem

Problem report indicating that the planned transformation requires a choice between several alternatives and no decision can be made. Subclasses may provide detailed information about the choices.

See Also:
Serialized Form

Constructor Summary
Ambiguity()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Ambiguity

public Ambiguity()

RECODER 0.92