org.activemath.abstractcontent
Class MBaseCollectionNotProvidedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.activemath.abstractcontent.MBaseException
org.activemath.abstractcontent.MBaseCollectionNotProvidedException
- All Implemented Interfaces:
- Serializable
public class MBaseCollectionNotProvidedException
- extends MBaseException
a subclass that is to be thrown if an MBaseID in an request refers to a collection
which is not provided by the requested MBaseRef. The javadocs for aequivalent
constructors can be found at MBaseException.
- Version:
- 0.1 CVS $Revision: 1.2 $ updated at $Date: 2002/12/19 23:00:12 $ by $Author: paul $
- See Also:
- Serialized Form
|
Method Summary |
String |
toString()
returns a string representation of this wrapped exception * |
MBaseCollectionNotProvidedException
public MBaseCollectionNotProvidedException(String description)
MBaseCollectionNotProvidedException
public MBaseCollectionNotProvidedException(String description,
Exception exception)
MBaseCollectionNotProvidedException
public MBaseCollectionNotProvidedException(Exception exception)
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