org.objectweb.jonathan.binding.api

Class ExportException


public class ExportException
extends JonathanException

ExportException is a checked exception that an interface could not be exported for some reason.

Constructor Summary

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.

Constructor Details

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.