us.zuercher.gpx2map.image.netpbm
Class NetpbmImageFactory.ExceptionHolder

java.lang.Object
  extended by us.zuercher.gpx2map.image.netpbm.NetpbmImageFactory.ExceptionHolder
Enclosing class:
NetpbmImageFactory

private static class NetpbmImageFactory.ExceptionHolder
extends Object

ExceptionHolder holds an IOException for later throwing.


Field Summary
private  IOException exception
           
 
Constructor Summary
private NetpbmImageFactory.ExceptionHolder()
           
 
Method Summary
(package private)  void setException(IOException e)
           
(package private)  void throwIfSet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exception

private IOException exception
Constructor Detail

NetpbmImageFactory.ExceptionHolder

private NetpbmImageFactory.ExceptionHolder()
Method Detail

setException

void setException(IOException e)

throwIfSet

void throwIfSet()
          throws IOException
Throws:
IOException