Package org.jacorb.test

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

Related Classes of org.jacorb.test.NonEmptyException

Copyright © 2018 www.massapicom. 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.