org.enhydra.zeus
Class InvalidCollectionTypeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.enhydra.zeus.ZeusException
                    |
                    +--org.enhydra.zeus.InvalidCollectionTypeException
All Implemented Interfaces:
java.io.Serializable

public class InvalidCollectionTypeException
extends ZeusException

InvalidCollectionTypeException is an extension of ZeusException that provides information about an invalid collection type specified.

Author:
Brett McLaughlin
See Also:
Serialized Form

Fields inherited from class org.enhydra.zeus.ZeusException
cause
 
Constructor Summary
InvalidCollectionTypeException()
           This indicates that an invalid collection type was supplied.
InvalidCollectionTypeException(java.lang.String collectionType)
           This indicates that an invalid collection type was supplied.
 
Methods inherited from class org.enhydra.zeus.ZeusException
getCause, getMessage, initCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidCollectionTypeException

public InvalidCollectionTypeException()

This indicates that an invalid collection type was supplied.


InvalidCollectionTypeException

public InvalidCollectionTypeException(java.lang.String collectionType)

This indicates that an invalid collection type was supplied.

Parameters:
collectionType - the invalid collection type specified.


Copyright © 2001 Enhydra. All Rights Reserved.