com.thaiopensource.validate.mns
Class SchemaImpl.WrappedIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.thaiopensource.validate.mns.SchemaImpl.WrappedIOException
All Implemented Interfaces:
Serializable
Enclosing class:
SchemaImpl

private static final class SchemaImpl.WrappedIOException
extends RuntimeException


Field Summary
private  IOException exception
           
 
Constructor Summary
private SchemaImpl.WrappedIOException(IOException exception)
           
 
Method Summary
private  IOException getException()
           
 
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
Constructor Detail

SchemaImpl.WrappedIOException

private SchemaImpl.WrappedIOException(IOException exception)
Method Detail

getException

private IOException getException()