net.sf.jagzilla.exceptions
Class NotUniqueException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sf.jagzilla.exceptions.JagzillaException
              extended bynet.sf.jagzilla.exceptions.InconsistencyException
                  extended bynet.sf.jagzilla.exceptions.NotUniqueException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ComponentNotUniqueException

public class NotUniqueException
extends InconsistencyException

indicates that an assumption made that an identifier would be unique failed (The identifier was not uniqe).

Author:
mgriffa
See Also:
Serialized Form

Constructor Summary
NotUniqueException()
           
 
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

NotUniqueException

public NotUniqueException()


Distributed under the GPL. By Miguel Griffa. See the Jagzilla project page for more info.