scale.common
Class InvalidMutationError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by scale.common.Error
              extended by scale.common.InternalError
                  extended by scale.common.InvalidMutationError
All Implemented Interfaces:
java.io.Serializable

public class InvalidMutationError
extends InternalError

This error indicates that an attempt was made to change a graph, and it was not possible to complete the operation.

$Id: InvalidMutationError.java,v 1.8 2005-02-07 21:28:22 burrill Exp $

Copyright 2008 by the Scale Compiler Group,
Department of Computer Science
University of Massachusetts,
Amherst MA. 01003, USA
All Rights Reserved.

See Also:
Serialized Form

Constructor Summary
InvalidMutationError(java.lang.String info)
           
 
Method Summary
 
Methods inherited from class scale.common.Error
handler
 
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

InvalidMutationError

public InvalidMutationError(java.lang.String info)
Parameters:
info - informative error description