org.python.expose.generate
Class InvalidExposingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.python.expose.generate.InvalidExposingException
-
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidExposingException extends java.lang.RuntimeExceptionIndicates that something is invalid in an exposed type be it a conflict of names, a missing annotation or some other such problem. The message on this exception should be sufficient for an end user to track down where the problem is occuring and fix it.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description InvalidExposingException(java.lang.String msg)InvalidExposingException(java.lang.String message, java.lang.String method)
-
DMelt 3.0 © DataMelt by jWork.ORG