/* * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package com.sun.prism.impl; /** * This exception is thrown when factory (or it's associated native resources) * were lost and the current rendering step needs to be interrupted. */ public class FactoryResetException extends RuntimeException { }