|
Objectivity for Java Reference | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--com.objy.db.ObjyRuntimeException
Superclass for all Objectivity/DB unchecked exceptions.
Note: You should not create or throw an exception of this class; you obtain an instance of this class by catching unchecked exceptions.
Constructor Summary | |
ObjyRuntimeException()
Reserved for internal use; you obtain an exception of this class only by catching unchecked exceptions. |
|
ObjyRuntimeException(String message)
Reserved for internal use; you obtain an exception of this class only by catching unchecked exceptions. |
|
ObjyRuntimeException(Vector errors)
Reserved for internal use; you obtain an exception of this class only by catching unchecked exceptions. |
Method Summary | |
Vector |
errors()
Gets this exception's exception information objects. |
void |
reportErrors()
Prints information about the errors that occurred. |
void |
setErrors(Vector errors)
Reserved for internal use; you should not call this method. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ObjyRuntimeException()
You should not use this constructor directly.
public ObjyRuntimeException(String message)
You should not use this constructor directly.
public ObjyRuntimeException(Vector errors)
You should not use this constructor directly.
Method Detail |
public Vector errors()
public void setErrors(Vector errors)
public void reportErrors()
If this exception has exception information objects, this method prints the ID and description of each error, in the order in which the errors were reported.
|
Objectivity for Java Reference | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2000 Objectivity, Inc. All rights reserved.