org.edg.data.reptor.catalog
Class InvalidInfoException

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

public class InvalidInfoException
extends ReptorException

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
InvalidInfoException(java.net.URI file)
           
InvalidInfoException(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

InvalidInfoException

public InvalidInfoException(java.net.URI file)

InvalidInfoException

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