net.sf.jsefa
Class IOFactoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.jsefa.IOFactoryException
- All Implemented Interfaces:
- Serializable
public final class IOFactoryException
- extends RuntimeException
Exception thrown in case of an error while creating an io factory.
- Author:
- Norman Lahme-Huetig
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IOFactoryException
public IOFactoryException(String message)
- Constructs a new
IOFactoryException
with the specified detail message.
- Parameters:
message
- the detail message.
IOFactoryException
public IOFactoryException(String message,
Throwable cause)
- Constructs a new
IOFactoryException
with the specified detail message and cause.
- Parameters:
message
- the detail messagecause
- the cause
Copyright © 2014. All rights reserved.