net.sf.jagzilla.exceptions
Class NoSuchException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sf.jagzilla.exceptions.JagzillaException
              extended bynet.sf.jagzilla.exceptions.NoSuchException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NoSuchBugException, NoSuchComponentException, NoSuchMilestoneException, NoSuchProductException, NoSuchProfileException, NoSuchVersionException

public class NoSuchException
extends JagzillaException

base class for all exceptions related to a non-existing element.

Author:
mgriffa
See Also:
Serialized Form

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

NoSuchException

public NoSuchException()


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