com.sas.collection
Class InvalidElementTypeException

com.sas.collection.InvalidElementTypeException
All Implemented Interfaces:
java.io.Serializable

Deprecated. Classes should use java.lang.IllegalArgumentException or java.lang.ClassCastException in such circumstances.

public class InvalidElementTypeException

InvalidElementTypeException is used when an argument of the wrong type is used in an operation, such as trying to insert a non-String value into a StringCollection.

See Also:
Serialized Form

Constructor Summary
InvalidElementTypeException()
          Deprecated. default constructor.
InvalidElementTypeException(java.lang.String s)
          Deprecated. Constructs a InvalidElementTypeException with the specified detail message.
 

Constructor Detail

InvalidElementTypeException

public InvalidElementTypeException()
Deprecated. 
default constructor. Constructs a InvalidElementTypeException with no detail message. A detail message is a String that describes this particular exception.


InvalidElementTypeException

public InvalidElementTypeException(java.lang.String s)
Deprecated. 
Constructs a InvalidElementTypeException with the specified detail message. A detail message is a String that describes this particular exception.

Parameters:
s - the detail message



Copyright © 2009 SAS Institute Inc. All Rights Reserved.