public class SchematronReadException extends SchematronException
| Constructor and Description |
|---|
SchematronReadException(com.helger.commons.io.resource.IReadableResource aRes,
String sMsg)
Constructor
|
SchematronReadException(com.helger.commons.io.resource.IReadableResource aRes,
String sMsg,
Throwable t)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.io.resource.IReadableResource |
getResource() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SchematronReadException(@Nonnull com.helger.commons.io.resource.IReadableResource aRes, @Nonnull String sMsg)
aRes - The resource in which the error occurred. May not be
null.sMsg - error message@Nonnull public com.helger.commons.io.resource.IReadableResource getResource()
null.Copyright © 2014–2016 Philip Helger. All rights reserved.