Uses of Interface
io.ciera.tool.sql.ooaofooa.domain.Exception
-
Packages that use Exception Package Description io.ciera.tool io.ciera.tool.sql.ooaofooa.domain.impl io.ciera.tool.sql.ooaofooa.packageableelement io.ciera.tool.sql.ooaofooa.packageableelement.impl -
-
Uses of Exception in io.ciera.tool
Methods in io.ciera.tool with parameters of type Exception Modifier and Type Method Description voidSql. relate_R8001_Exception_is_a_PackageableElement(Exception form, PackageableElement part)voidSqlSqlLoader. serialize_Exception(Exception exception_inst, PrintStream out)voidSql. unrelate_R8001_Exception_is_a_PackageableElement(Exception form, PackageableElement part) -
Uses of Exception in io.ciera.tool.sql.ooaofooa.domain.impl
Classes in io.ciera.tool.sql.ooaofooa.domain.impl that implement Exception Modifier and Type Class Description classExceptionImplFields in io.ciera.tool.sql.ooaofooa.domain.impl declared as Exception Modifier and Type Field Description static ExceptionExceptionImpl. EMPTY_EXCEPTIONMethods in io.ciera.tool.sql.ooaofooa.domain.impl that return Exception Modifier and Type Method Description static ExceptionExceptionImpl. create(Sql context)static ExceptionExceptionImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, io.ciera.runtime.summit.types.UniqueId ref_Exception_ID, String m_Name, String m_Descrip)ExceptionExceptionSetImpl. nullElement()ExceptionExceptionImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)ExceptionExceptionImpl. self()Methods in io.ciera.tool.sql.ooaofooa.domain.impl that return types with arguments of type Exception Modifier and Type Method Description List<Exception>ExceptionSetImpl. elements()Method parameters in io.ciera.tool.sql.ooaofooa.domain.impl with type arguments of type Exception Modifier and Type Method Description ExceptionSetExceptionSetImpl. emptySet(Comparator<? super Exception> comp)Constructor parameters in io.ciera.tool.sql.ooaofooa.domain.impl with type arguments of type Exception Constructor Description ExceptionSetImpl(Comparator<? super Exception> comp) -
Uses of Exception in io.ciera.tool.sql.ooaofooa.packageableelement
Methods in io.ciera.tool.sql.ooaofooa.packageableelement that return Exception Modifier and Type Method Description ExceptionPackageableElement. R8001_is_a_Exception()Methods in io.ciera.tool.sql.ooaofooa.packageableelement with parameters of type Exception Modifier and Type Method Description default voidPackageableElement. setR8001_is_a_Exception(Exception inst) -
Uses of Exception in io.ciera.tool.sql.ooaofooa.packageableelement.impl
Methods in io.ciera.tool.sql.ooaofooa.packageableelement.impl that return Exception Modifier and Type Method Description ExceptionPackageableElementImpl. R8001_is_a_Exception()Methods in io.ciera.tool.sql.ooaofooa.packageableelement.impl with parameters of type Exception Modifier and Type Method Description voidPackageableElementImpl. setR8001_is_a_Exception(Exception inst)
-