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:
- java.io.Serializable
 
 public class SchemaElementNotFoundException extends DBException - Since:
- 4.2
- Author:
- Eike Stepper
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description SchemaElementNotFoundException(IDBSchemaElement parent, IDBSchemaElement.SchemaElementType type, java.lang.String name)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()IDBSchemaElementgetParent()IDBSchemaElement.SchemaElementTypegetType()
 
- 
- 
- 
Constructor Detail- 
SchemaElementNotFoundExceptionpublic SchemaElementNotFoundException(IDBSchemaElement parent, IDBSchemaElement.SchemaElementType type, java.lang.String name) 
 
- 
 - 
Method Detail- 
getParentpublic IDBSchemaElement getParent() 
 - 
getTypepublic IDBSchemaElement.SchemaElementType getType() 
 - 
getNamepublic java.lang.String getName() 
 
- 
 
-