Examples of NonEmptyException


Examples of org.jacorb.test.NonEmptyException

    public void ex_3( boolean non_empty, int delay )
        throws NonEmptyException, EmptyException
    {
        delay( delay );
        if ( non_empty )
            throw new NonEmptyException( 4321, "zzz" );
        else
            throw new EmptyException( "reason" );
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.