harpoon.Analysis.GraphColoring
Class ObjectNotModifiableException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--harpoon.Analysis.GraphColoring.ObjectNotModifiableException
- All Implemented Interfaces:
- Serializable
- public class ObjectNotModifiableException
- extends RuntimeException
ObjectNotModifiableException
- Version:
- $Id: ObjectNotModifiableException.java,v 1.2 2002/02/25 20:57:17 cananian Exp $
- Author:
- Felix S. Klock II <pnkfelix@mit.edu>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ObjectNotModifiableException
public ObjectNotModifiableException()
- Creates a
ObjectNotModifiableException
.
ObjectNotModifiableException
public ObjectNotModifiableException(String s)
- Creates a
ObjectNotModifiableException
.