Top Description Constructors
org.python.expose.generate

public Class InvalidExposingException

extends RuntimeException
Class Inheritance

Indicates 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.

Constructor Summary

AccessConstructor and Description
public
public

Constructor Detail

InvalidExposingExceptionback to summary
public InvalidExposingException(String msg)
InvalidExposingExceptionback to summary
public InvalidExposingException(String message, String method)