Class InvalidMappingException

All Implemented Interfaces:
Serializable

public class InvalidMappingException extends RuntimeException
Thrown by Config.as(Type) when the determined Java class for a Pkl value cannot be found on the classpath.

When this happens, the most likely explanation is that the generated code is not up-to-date.

See Also:
  • Constructor Details

    • InvalidMappingException

      public InvalidMappingException(String pklName, String javaName, Exception cause)
  • Method Details