org.activemath.abstractcontent
Class MBaseItemNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.activemath.abstractcontent.MBaseException
              extended by org.activemath.abstractcontent.MBaseItemNotFoundException
All Implemented Interfaces:
Serializable

public class MBaseItemNotFoundException
extends MBaseException

a subclass that is to be thrown if an MBaseID in an request refers to a content which is not contained by its collections. The javadocs for equivalent constructors can be found at MBaseException.

Version:
0.1 CVS $Revision: 1.6 $ updated at $Date: 2004/07/19 13:48:40 $ by $Author: paul $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.activemath.abstractcontent.MBaseException
description, exception
 
Constructor Summary
MBaseItemNotFoundException(Exception exception, MBaseID id)
           
MBaseItemNotFoundException(String description, MBaseID id)
           
MBaseItemNotFoundException(String description, MBaseID id, Exception exception)
           
 
Method Summary
 MBaseID getID()
           
 String toString()
          returns a string representation of this wrapped exception *
 
Methods inherited from class org.activemath.abstractcontent.MBaseException
getWrappedException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MBaseItemNotFoundException

public MBaseItemNotFoundException(String description,
                                  MBaseID id)

MBaseItemNotFoundException

public MBaseItemNotFoundException(String description,
                                  MBaseID id,
                                  Exception exception)

MBaseItemNotFoundException

public MBaseItemNotFoundException(Exception exception,
                                  MBaseID id)
Method Detail

getID

public MBaseID getID()

toString

public String toString()
Description copied from class: MBaseException
returns a string representation of this wrapped exception *

Overrides:
toString in class MBaseException
Returns:
string description of this wrapped exception