Package org.eclipse.net4j.db.ddl
Class SchemaElementNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.net4j.db.DBException
org.eclipse.net4j.db.ddl.SchemaElementNotFoundException
- All Implemented Interfaces:
Serializable
- Since:
- 4.2
- Author:
- Eike Stepper
- See Also:
-
Constructor Summary
ConstructorDescriptionSchemaElementNotFoundException
(IDBSchemaElement parent, IDBSchemaElement.SchemaElementType type, String name) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SchemaElementNotFoundException
public SchemaElementNotFoundException(IDBSchemaElement parent, IDBSchemaElement.SchemaElementType type, String name)
-
-
Method Details
-
getParent
-
getType
-
getName
-