org.eigenbase.jmi
Class JmiRestrictException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eigenbase.jmi.JmiRestrictException
All Implemented Interfaces:
Serializable

public class JmiRestrictException
extends RuntimeException

JmiRestrictException is thrown when a change is made with the RESTRICT option and dependencies are encountered.

Version:
$Id: //open/dev/farrago/src/org/eigenbase/jmi/JmiRestrictException.java#6 $
Author:
John V. Sichi
See Also:
Serialized Form

Field Summary
private  RefObject obj
           
 
Constructor Summary
JmiRestrictException(RefObject obj)
           
 
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
 

Field Detail

obj

private final RefObject obj
Constructor Detail

JmiRestrictException

public JmiRestrictException(RefObject obj)