org.edg.data.util
Class InvalidFileTypeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.edg.data.util.DataException
                    |
                    +--org.edg.data.util.InvalidFileTypeException
All Implemented Interfaces:
java.io.Serializable

public class InvalidFileTypeException
extends DataException

A simple exception class which is used when a wrong URI type is specified in an operation.

Version:
$Id $
Author:
Peter Kunszt
See Also:
Serialized Form

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

InvalidFileTypeException

public InvalidFileTypeException(java.net.URI file)

InvalidFileTypeException

public InvalidFileTypeException(java.net.URI file,
                                java.lang.String reason)

InvalidFileTypeException

public InvalidFileTypeException(java.lang.String file,
                                java.lang.String reason)