org.activemath.abstractcontent
Class MBaseItemNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.activemath.abstractcontent.MBaseException
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
MBaseItemNotFoundException
public MBaseItemNotFoundException(String description,
MBaseID id)
MBaseItemNotFoundException
public MBaseItemNotFoundException(String description,
MBaseID id,
Exception exception)
MBaseItemNotFoundException
public MBaseItemNotFoundException(Exception exception,
MBaseID id)
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