com.sun.jdo.spi.persistence.support.ejb.codegen
Class GeneratorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.jdo.spi.persistence.support.ejb.codegen.GeneratorException
- All Implemented Interfaces:
- Serializable
public class GeneratorException
- extends Exception
The Generator exception is thrown whenever there is an error in
generating the stubs and skeletons and other related files.
- See Also:
- Serialized Form
|
Method Summary |
String |
toString()
Return the string representation of the exception. |
GeneratorException
public GeneratorException(String s)
- Constructs the Generator exception with the specified string.
- Parameters:
s - the string description
toString
public String toString()
- Return the string representation of the exception.
- Overrides:
toString in class Throwable
- Returns:
- the string representation of the exception.
Copyright © 2012 GlassFish Community. All Rights Reserved.