|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sun.jdo.spi.persistence.support.ejb.ejbqlc.EJBQLException
public class EJBQLException
This class represents errors reported by the EJBQL compiler.
| Constructor Summary | |
|---|---|
EJBQLException()
Creates a new EJBQLException without detail message. |
|
EJBQLException(java.lang.String msg)
Constructs a new EJBQLException with the specified
detail message. |
|
EJBQLException(java.lang.String msg,
java.lang.Throwable cause)
Constructs a new EJBQLException with the specified
detail message and cause. |
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getCause()
Returns the cause of this EJBQLException or
null if the cause is nonexistent or unknown. |
java.lang.String |
toString()
The String representation includes the name of the class,
the descriptive comment (if any),
and the String representation of the cause
Throwable (if any). |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, 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 |
|---|
public EJBQLException()
EJBQLException without detail message.
public EJBQLException(java.lang.String msg)
EJBQLException with the specified
detail message.
msg - the detail message.
public EJBQLException(java.lang.String msg,
java.lang.Throwable cause)
EJBQLException with the specified
detail message and cause.
msg - the detail message.cause - the cause Throwable.| Method Detail |
|---|
public java.lang.Throwable getCause()
EJBQLException or
null if the cause is nonexistent or unknown.
getCause in class java.lang.Throwablenull if the
cause is nonexistent or unknown.public java.lang.String toString()
String representation includes the name of the class,
the descriptive comment (if any),
and the String representation of the cause
Throwable (if any).
toString in class java.lang.ThrowableString.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||