Class SchematronReadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.helger.schematron.SchematronException
com.helger.schematron.pure.exchange.SchematronReadException
- All Implemented Interfaces:
Serializable
public class SchematronReadException
extends com.helger.schematron.SchematronException
Exception when reading Schematron fails.
- Author:
- Philip Helger
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSchematronReadException(com.helger.commons.io.resource.IReadableResource aRes, String sMsg) ConstructorSchematronReadException(com.helger.commons.io.resource.IReadableResource aRes, String sMsg, Throwable t) Constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SchematronReadException
public SchematronReadException(@Nonnull com.helger.commons.io.resource.IReadableResource aRes, @Nonnull String sMsg) Constructor- Parameters:
aRes- The resource in which the error occurred. May not benull.sMsg- error message
-
SchematronReadException
public SchematronReadException(@Nonnull com.helger.commons.io.resource.IReadableResource aRes, @Nonnull String sMsg, @Nullable Throwable t) Constructor- Parameters:
aRes- The resource in which the error occurred. May not benull.sMsg- error messaget- Nested exception
-
-
Method Details
-
getResource
- Returns:
- The resource, in which the error occurred. Never
null.
-