org.objectweb.jonathan.binding.api
Class ExportException
JonathanException
org.objectweb.jonathan.binding.api.ExportException
public class ExportException
extends JonathanException
ExportException is a checked exception that an interface could not be
exported for some reason.
ExportException() - Constructs a new ExportException with no detail message.
|
ExportException(Exception exception) - Builds a ExportException that wraps another exception.
|
ExportException(String s) - Builds an ExportException with a detail message.
|
ExportException
public ExportException()
Constructs a new ExportException with no detail message.
ExportException
public ExportException(Exception exception)
Builds a ExportException that wraps another exception.
ExportException
public ExportException(String s)
Builds an ExportException with a detail message.