org.gvsig.tools.locator
Class ReferenceNotRegisteredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.gvsig.tools.exception.BaseRuntimeException
                  extended by org.gvsig.tools.locator.LocatorException
                      extended by org.gvsig.tools.locator.LocatorReferenceException
                          extended by org.gvsig.tools.locator.ReferenceNotRegisteredException
All Implemented Interfaces:
Serializable, IBaseException

public class ReferenceNotRegisteredException
extends LocatorReferenceException

Exception for errors related to the initialization of a Library.

Author:
Cèsar Ordiñana
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.gvsig.tools.exception.BaseRuntimeException
code, formatString, messageKey
 
Constructor Summary
ReferenceNotRegisteredException(String referenceName, Locator locator)
           
ReferenceNotRegisteredException(Throwable cause, String referenceName, Locator locator)
           
 
Method Summary
 
Methods inherited from class org.gvsig.tools.locator.LocatorReferenceException
values
 
Methods inherited from class org.gvsig.tools.exception.BaseRuntimeException
getCode, getFormatString, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, iterator, setCode, setFormatString, setMessageKey, setValue, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReferenceNotRegisteredException

public ReferenceNotRegisteredException(String referenceName,
                                       Locator locator)

ReferenceNotRegisteredException

public ReferenceNotRegisteredException(Throwable cause,
                                       String referenceName,
                                       Locator locator)


Copyright © 2004-2011 gvSIG. All Rights Reserved.