us.zuercher.gpx2map.image.netpbm
Class NetpbmImageFactory.ExceptionHolder
java.lang.Object
us.zuercher.gpx2map.image.netpbm.NetpbmImageFactory.ExceptionHolder
- Enclosing class:
- NetpbmImageFactory
private static class NetpbmImageFactory.ExceptionHolder
- extends Object
ExceptionHolder holds an IOException for later throwing.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
exception
private IOException exception
NetpbmImageFactory.ExceptionHolder
private NetpbmImageFactory.ExceptionHolder()
setException
void setException(IOException e)
throwIfSet
void throwIfSet()
throws IOException
- Throws:
IOException