|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.mdm.index.master.EViewException
com.sun.mdm.index.master.ProcessingException
com.sun.mdm.index.query.QMException
com.sun.mdm.index.query.VOAException
The VOAException class represents an exception thrown when an error occurs while assembling the objects used by the Query Manager and Query Builders.
Field Summary |
Fields inherited from class java.lang.Exception |
|
Constructor Summary | |
VOAException()
Creates a new instance of the VOAException class without an error message. |
|
VOAException(java.lang.String msg)
Creates a new instance of the VOAException class with an error message. |
|
VOAException(java.lang.String msg,
java.lang.Throwable t)
Creates a new instance of the VOAException class with an error message and a chain of errors. |
|
VOAException(java.lang.Throwable t)
Creates a new instance of the VOAException class without an error message but with a chain of errors. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, 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 VOAException()
public VOAException(java.lang.String msg)
msg
- The error message to display for the type of error
that occurred.
public VOAException(java.lang.String msg, java.lang.Throwable t)
msg
- The error message to display for the type of error
that occurred.t
- The chain of errors that caused the exception.
public VOAException(java.lang.Throwable t)
t
- The chain of errors that caused the exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Sun Microsystems, Inc.