com.semarchy.mdm.runtime.model.dbschema.exception
Class NoSuchColumnException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.semarchy.mdm.runtime.model.dbschema.exception.NoSuchColumnException
- All Implemented Interfaces:
- Serializable
public class NoSuchColumnException
- extends RuntimeException
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchColumnException
public NoSuchColumnException(String tableName,
String pColName)
getTableName
public String getTableName()
getColumnName
public String getColumnName()
Copyright © 2015. All Rights Reserved.