|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
unbbayes.io.FileExtensionIODelegator.MoreThanOneCompatibleIOException
public class FileExtensionIODelegator.MoreThanOneCompatibleIOException
This is an exception thrown when more than one IO class
can be used to delegate.
Callers catching this exception may use getIOs()
to
get the available IOs and ask the user to select the desired one.
Constructor Summary | |
---|---|
FileExtensionIODelegator.MoreThanOneCompatibleIOException(List<BaseIO> ios)
Basic constructor initializing fields |
|
FileExtensionIODelegator.MoreThanOneCompatibleIOException(String message,
List<BaseIO> ios)
Constructor initializing fields and basic message. |
|
FileExtensionIODelegator.MoreThanOneCompatibleIOException(String message,
Throwable t,
List<BaseIO> ios)
Constructor initializing fields, basic message and its cause (Throwable) |
Method Summary | |
---|---|
List<BaseIO> |
getIOs()
The available I/O classes plausible for the given extension. |
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 |
Constructor Detail |
---|
public FileExtensionIODelegator.MoreThanOneCompatibleIOException(List<BaseIO> ios)
public FileExtensionIODelegator.MoreThanOneCompatibleIOException(String message, List<BaseIO> ios)
message
- ios
- public FileExtensionIODelegator.MoreThanOneCompatibleIOException(String message, Throwable t, List<BaseIO> ios)
message
- t
- ios
- Method Detail |
---|
public List<BaseIO> getIOs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |