CxxExpectedGeneratedCodeException ================================= .. java:package:: org.moe.natj.cxx :noindex: .. java:type:: public class CxxExpectedGeneratedCodeException extends RuntimeException This class should be thrown from places where NatJ processor would generate code, but the Java language does not enable an empty or native method body. Constructors ------------ CxxExpectedGeneratedCodeException ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public CxxExpectedGeneratedCodeException() :outertype: CxxExpectedGeneratedCodeException Creates a new CxxExpectedGeneratedCodeException instance.