com.objy.db
Class ObjySchemaException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.objy.db.ObjyRuntimeException
|
+--com.objy.db.ObjySchemaException
- All Implemented Interfaces:
- Serializable
- public class ObjySchemaException
- extends ObjyRuntimeException
Signals the misuse of a class description in the schema, for example,
an attempt to use a class description that does not exist.
Note: You should not create or throw an exception of this class;
you obtain an instance of this class by catching unchecked exceptions.
- See Also:
- Serialized Form
Constructor Summary |
ObjySchemaException()
Reserved for internal use; you obtain an exception of this class
only by catching unchecked exceptions. |
ObjySchemaException(String msg)
Reserved for internal use; you obtain an exception of this class
only by catching unchecked exceptions. |
ObjySchemaException
public ObjySchemaException()
- Reserved for internal use; you obtain an exception of this class
only by catching unchecked exceptions.
You should not use this constructor directly.
ObjySchemaException
public ObjySchemaException(String msg)
- Reserved for internal use; you obtain an exception of this class
only by catching unchecked exceptions.
You should not use this constructor directly.
Copyright © 2000 Objectivity, Inc. All rights reserved.