it.imolinfo.jbi4ejb.exception
Class ClassGenerationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by it.imolinfo.jbi4ejb.exception.Jbi4EjbException
              extended by it.imolinfo.jbi4ejb.exception.ClassGenerationException
All Implemented Interfaces:
java.io.Serializable

public class ClassGenerationException
extends Jbi4EjbException

The exception used when there is an error during the class generation phase.

See Also:
Serialized Form

Constructor Summary
ClassGenerationException(java.lang.String message)
          A constructor.
ClassGenerationException(java.lang.String format, java.lang.Object[] args)
          Instantiates a new class generation exception.
ClassGenerationException(java.lang.String format, java.lang.Object[] args, java.lang.Throwable cause)
          Instantiates a new class generation exception.
ClassGenerationException(java.lang.String message, java.lang.Throwable cause)
          A constructor.
ClassGenerationException(java.lang.Throwable cause)
          A constructor.
 
Method Summary
 
Methods inherited from class it.imolinfo.jbi4ejb.exception.Jbi4EjbException
getLocalizedMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassGenerationException

public ClassGenerationException(java.lang.String message)
A constructor.

Parameters:
message - The message of the exception.

ClassGenerationException

public ClassGenerationException(java.lang.String message,
                                java.lang.Throwable cause)
A constructor.

Parameters:
message - The message of the exception.
cause - The cause of the exception.

ClassGenerationException

public ClassGenerationException(java.lang.Throwable cause)
A constructor.

Parameters:
cause - The cause of the exception.

ClassGenerationException

public ClassGenerationException(java.lang.String format,
                                java.lang.Object[] args,
                                java.lang.Throwable cause)
Instantiates a new class generation exception.

Parameters:
format - The format of the message
args - The args for the format
cause - The cause

ClassGenerationException

public ClassGenerationException(java.lang.String format,
                                java.lang.Object[] args)
Instantiates a new class generation exception.

Parameters:
format - The format of the message
args - The args for the format


Copyright © 2007-2008 Imola Informatica. All Rights Reserved.