org.gvsig.tools.library
Class LibraryException

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.library.LibraryException
All Implemented Interfaces:
Serializable, IBaseException

public class LibraryException
extends BaseRuntimeException

Exception for errors in 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
LibraryException(Class libraryClass, List causes)
           
LibraryException(Class libraryClass, ListBaseException causes)
           
LibraryException(Class libraryClass, Throwable cause)
          Creates a new exception from a cause exception.
LibraryException(String library, Throwable cause)
          Creates a new exception from a cause exception.
 
Method Summary
 
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, values
 
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

LibraryException

public LibraryException(String library,
                        Throwable cause)
Creates a new exception from a cause exception.

Parameters:
cause - the original cause exception

LibraryException

public LibraryException(Class libraryClass,
                        Throwable cause)
Creates a new exception from a cause exception.

Parameters:
cause - the original cause exception

LibraryException

public LibraryException(Class libraryClass,
                        ListBaseException causes)

LibraryException

public LibraryException(Class libraryClass,
                        List causes)


Copyright © 2004-2011 gvSIG. All Rights Reserved.