|
||||||||||
| 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
|
+--uk.ac.ic.doc.automed.AutoMedException
|
+--uk.ac.ic.doc.automed.reps.BadSchemaException
The class of exceptions generated when the contents of an intentional schema materialized via a particular transformation pathway are not the same as those of the same schema materialized via its default transformation pathway (path to the cloesest extensional schema).
| Constructor Summary | |
BadSchemaException(java.lang.String msg,
Schema badSchema)
Creates a BadSchemaException. |
|
| Method Summary | |
Schema |
getSchema()
Returns the bad schema. |
| 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 BadSchemaException(java.lang.String msg,
Schema badSchema)
msg - message for the exception.badSchema - the schema, materialized via a particular transformation
pathway, whose contents are not the same as those in the same schema
materialized via its default transformation pathway.| Method Detail |
public Schema getSchema()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||