Package org.minidns.util
Class MultipleIoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.minidns.util.MultipleIoException
- All Implemented Interfaces:
 Serializable
- See Also:
 
- 
Method Summary
Modifier and TypeMethodDescriptionstatic voidthrowIfRequired(List<? extends IOException> ioExceptions) static IOExceptiontoIOException(List<? extends IOException> ioExceptions) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Method Details
- 
getExceptions
 - 
throwIfRequired
- Throws:
 IOException
 - 
toIOException
 
 -