org.activemath.abstractcontent
Class MBaseCollectionNotProvidedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.activemath.abstractcontent.MBaseException
              extended by 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

Field Summary
 
Fields inherited from class org.activemath.abstractcontent.MBaseException
description, exception
 
Constructor Summary
MBaseCollectionNotProvidedException(Exception exception)
           
MBaseCollectionNotProvidedException(String description)
           
MBaseCollectionNotProvidedException(String description, Exception exception)
           
 
Method Summary
 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

MBaseCollectionNotProvidedException

public MBaseCollectionNotProvidedException(String description)

MBaseCollectionNotProvidedException

public MBaseCollectionNotProvidedException(String description,
                                           Exception exception)

MBaseCollectionNotProvidedException

public MBaseCollectionNotProvidedException(Exception exception)
Method Detail

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