com.oxygenxml.validate.nvdl
Class SchemaImpl.WrappedIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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.


Field Summary
private  IOException exception
          The actual IO Exception.
 
Constructor Summary
private SchemaImpl.WrappedIOException(IOException exception)
          Creates a wrapped exception.
 
Method Summary
private  IOException getException()
          Get the actual IO Exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

exception

private final IOException exception
The actual IO Exception.

Constructor Detail

SchemaImpl.WrappedIOException

private SchemaImpl.WrappedIOException(IOException exception)
Creates a wrapped exception.

Parameters:
exception - The IOException.
Method Detail

getException

private IOException getException()
Get the actual IO Exception.

Returns:
IOException.