Package ptolemy.actor

Examples of ptolemy.actor.InvariantViolationException


            //FIXME: instead of throw an IllegalActionException,
            // an InvariantViolationException is thrown. Should we
            // configure the "model error" type?
            //handleModelError(this,
            //      new IllegalActionException(this, message.getExpression()));
            handleModelError(this, new InvariantViolationException(this,
                    message.getExpression()));
        }

        return super.postfire();
    }
View Full Code Here

TOP

Related Classes of ptolemy.actor.InvariantViolationException

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.