|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception it.imolinfo.jbi4ejb.exception.Jbi4EjbException it.imolinfo.jbi4ejb.exception.ClassGenerationException
public class ClassGenerationException
The exception used when there is an error during the class generation phase.
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 |
---|
public ClassGenerationException(java.lang.String message)
message
- The message of the exception.public ClassGenerationException(java.lang.String message, java.lang.Throwable cause)
message
- The message of the exception.cause
- The cause of the exception.public ClassGenerationException(java.lang.Throwable cause)
cause
- The cause of the exception.public ClassGenerationException(java.lang.String format, java.lang.Object[] args, java.lang.Throwable cause)
format
- The format of the messageargs
- The args for the formatcause
- The causepublic ClassGenerationException(java.lang.String format, java.lang.Object[] args)
format
- The format of the messageargs
- The args for the format
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |