|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.edg.data.util.DataException | +--org.edg.data.util.InvalidFileTypeException
A simple exception class which is used when a wrong URI type is specified in an operation.
Constructor Summary | |
InvalidFileTypeException(java.lang.String file,
java.lang.String reason)
|
|
InvalidFileTypeException(java.net.URI file)
|
|
InvalidFileTypeException(java.net.URI file,
java.lang.String reason)
|
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 InvalidFileTypeException(java.net.URI file)
public InvalidFileTypeException(java.net.URI file, java.lang.String reason)
public InvalidFileTypeException(java.lang.String file, java.lang.String reason)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |