Package 

Class InvalidTypeException

  • All Implemented Interfaces:
    java.io.Serializable

    
    public final class InvalidTypeException
    extends PrismException
                        

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