com.oxygenxml.validate.nvdl
Class SchemaImpl.WrappedIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.oxygenxml.validate.nvdl.SchemaImpl.WrappedIOException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- SchemaImpl
private static final class SchemaImpl.WrappedIOException
- extends RuntimeException
Wrapps an IOException as a RuntimeException.
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
exception
private final IOException exception
- The actual IO Exception.
SchemaImpl.WrappedIOException
private SchemaImpl.WrappedIOException(IOException exception)
- Creates a wrapped exception.
- Parameters:
exception
- The IOException.
getException
private IOException getException()
- Get the actual IO Exception.
- Returns:
- IOException.