Class UnknownTypeException

All Implemented Interfaces:
Serializable

public class UnknownTypeException extends TypeBuildingException

Thrown by a TypeBuilder when a AST.Symbol or AST.ComplexType is encountered that is not known to the type builder, e.g. it doesn't exist or is not supported.

See Also:
  • Constructor Details

    • UnknownTypeException

      public UnknownTypeException(String identifier, AST from)
    • UnknownTypeException

      public UnknownTypeException(AST.Symbol symbol)
    • UnknownTypeException

      public UnknownTypeException(AST.ComplexType type)
  • Method Details

    • getFrom

      public AST getFrom()