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:
java.io.Serializable
public class InvalidMappingException extends java.lang.RuntimeExceptionThrown byConfig.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidMappingException(java.lang.String pklName, java.lang.String javaName, java.lang.Exception cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetJavaName()java.lang.StringgetMessage()java.lang.StringgetPklName()
-