Uses of Class
org.oasis_open.docs.ebxml_bp.ebbp_signals_2.Exception
-
Packages that use Exception Package Description org.oasis_open.docs.ebxml_bp.ebbp_signals_2 -
-
Uses of Exception in org.oasis_open.docs.ebxml_bp.ebbp_signals_2
Methods in org.oasis_open.docs.ebxml_bp.ebbp_signals_2 with type parameters of type Exception Modifier and Type Method Description protected <_P extends Exception>
_PException.Builder. init(_P _product)Methods in org.oasis_open.docs.ebxml_bp.ebbp_signals_2 that return Exception Modifier and Type Method Description ExceptionException.Builder. build()ExceptionObjectFactory. createException()Create an instance ofExceptionMethods in org.oasis_open.docs.ebxml_bp.ebbp_signals_2 with parameters of type Exception Modifier and Type Method Description static Exception.Builder<Void>Exception. copyExcept(Exception _other, com.kscs.util.jaxb.PropertyTree _propertyTree)Exception.Builder<_B>Exception.Builder. copyOf(Exception _other)static <_B> Exception.Builder<_B>Exception. copyOf(Exception _other)static <_B> Exception.Builder<_B>Exception. copyOf(Exception _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static Exception.Builder<Void>Exception. copyOnly(Exception _other, com.kscs.util.jaxb.PropertyTree _propertyTree)Constructors in org.oasis_open.docs.ebxml_bp.ebbp_signals_2 with parameters of type Exception Constructor Description Builder(_B _parentBuilder, Exception _other, boolean _copy)Builder(_B _parentBuilder, Exception _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-