Package org.pkl.config.java
Class InvalidMappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pkl.config.java.InvalidMappingException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidMappingException
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-
getPklName
-
getJavaName
-