org.apache.batik.bridge
Class InterruptedBridgeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.batik.bridge.InterruptedBridgeException
- All Implemented Interfaces:
- Serializable
public class InterruptedBridgeException
- extends RuntimeException
This class represents the exception thrown by the bridge when the
current thread was interrupted.
- Version:
- $Id: InterruptedBridgeException.java 1733416 2016-03-03 07:07:13Z gadams $
- Author:
- Stephane Hillion
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InterruptedBridgeException
public InterruptedBridgeException()
- Constructs a new InterruptedBridgeException.
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.