Class SchematronInterruptedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.helger.schematron.SchematronInterruptedException
All Implemented Interfaces:
Serializable

public class SchematronInterruptedException extends RuntimeException
An unchecked "interrupted" exception.
Since:
6.2.4
Author:
Philip Helger
See Also:
  • Constructor Details

    • SchematronInterruptedException

      public SchematronInterruptedException()
      Constructor
    • SchematronInterruptedException

      public SchematronInterruptedException(@Nonnull String sMsg)
      Constructor with message
      Parameters:
      sMsg - Message to provide. Should not be null.