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.
See Also:
  • Constructor Details

    • InterruptedBridgeException

      public InterruptedBridgeException()
      Constructs a new InterruptedBridgeException.