org.apache.tools.ant.taskdefs.optional.ejb

Class IPlanetEjbc.EjbcException

public class IPlanetEjbc.EjbcException extends Exception

This inner class is used to signal any problems during the execution of the ejbc compiler.
Constructor Summary
EjbcException(String msg)
Constructs an exception with the given descriptive message.

Constructor Detail

EjbcException

public EjbcException(String msg)
Constructs an exception with the given descriptive message.

Parameters: msg Description of the exception which has occurred.

Copyright