org.eclipse.net4j.db.ddl
Class SchemaElementNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.net4j.db.DBException
                  extended by org.eclipse.net4j.db.ddl.SchemaElementNotFoundException
All Implemented Interfaces:
Serializable

public class SchemaElementNotFoundException
extends DBException

Since:
4.2
See Also:
Serialized Form

Constructor Summary
SchemaElementNotFoundException(IDBSchemaElement parent, IDBSchemaElement.SchemaElementType type, String name)
           
 
Method Summary
 String getName()
           
 IDBSchemaElement getParent()
           
 IDBSchemaElement.SchemaElementType getType()
           
 
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

SchemaElementNotFoundException

public SchemaElementNotFoundException(IDBSchemaElement parent,
                                      IDBSchemaElement.SchemaElementType type,
                                      String name)
Method Detail

getParent

public IDBSchemaElement getParent()

getType

public IDBSchemaElement.SchemaElementType getType()

getName

public String getName()


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.