com.sun.ejb.codegen
Class GeneratorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.ejb.codegen.GeneratorException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidBean, InvalidHome, MethodNotFound

public class GeneratorException
extends java.lang.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

Constructor Summary
GeneratorException(java.lang.String s)
          Constructs the Generator exception with the specified string.
 
Method Summary
 java.lang.String toString()
          Return the string representation of the exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeneratorException

public GeneratorException(java.lang.String s)
Constructs the Generator exception with the specified string.

Parameters:
the - string description
Method Detail

toString

public java.lang.String toString()
Return the string representation of the exception.

Overrides:
toString in class java.lang.Throwable
Returns:
the string representation of the exception.


Copyright © 2012 GlassFish Community. All Rights Reserved.