Package 

Class IllegalTypeException

  • All Implemented Interfaces:
    java.io.Serializable

    
    public final class IllegalTypeException
    extends PrismException
                        

    Thrown when something is passed an inappropriate type (e.g.passing the String type to a ListAnalyzer). This is distinct from InvalidTypeException, which is thrown when a type is for some reason unserializable (e.g. it isn't concrete, there's no valid constructor, etc.).