Package com.coherentlogic.coherent.data.model.core.exceptions

Examples of com.coherentlogic.coherent.data.model.core.exceptions.MethodNotSupportedException


    @Override
    public void marshal(
        Object source,
        HierarchicalStreamWriter writer,
        MarshallingContext context) {
        throw new MethodNotSupportedException(
            "The marshal method is not supported.");
    }
View Full Code Here

TOP

Related Classes of com.coherentlogic.coherent.data.model.core.exceptions.MethodNotSupportedException

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.