Top Description Fields Constructors
com.sun.tools.javac.util

public Class ClientCodeException

extends RuntimeException
Class Inheritance

An exception used for propagating exceptions found in client code invoked from javac.

This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.

Field Summary

Modifier and TypeField and Description
pack-priv static final long

Constructor Summary

AccessConstructor and Description
public

Field Detail

serialVersionUIDback to summary
pack-priv static final long serialVersionUID

Hides java.lang.RuntimeException.serialVersionUID.

Constructor Detail

ClientCodeExceptionback to summary
public ClientCodeException(Throwable cause)