pl.psnc.vlab.exception
Class ResourceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
pl.psnc.vlab.exception.AbstractException
pl.psnc.vlab.exception.ResourceNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
public class ResourceNotFoundException
- extends AbstractException
ResourceNotFoundException
class - exception thrown during data model
initialization, if given resource cannot be found
- Version:
- 1.0
- Author:
- Dominik Stoklosa (~osa~)
- See Also:
- Serialized Form
- Email address
- osa@man.poznan.pl
Method Summary |
java.lang.String |
getBundle()
Get bundle with the i18n keys for the given exception |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ResourceNotFoundException
public ResourceNotFoundException(java.lang.String message)
- Creates a new instance of VlabException
- Parameters:
message
- error description
ResourceNotFoundException
public ResourceNotFoundException(java.lang.String message,
java.lang.Exception e)
- Creates a new instance of VlabException
- Parameters:
e
- source exceptionmessage
- error description
getBundle
public java.lang.String getBundle()
- Description copied from class:
AbstractException
- Get bundle with the i18n keys for the given exception
- Specified by:
getBundle
in class AbstractException
- Returns:
- bundle name for the given exception
Copyright 2004 by VLAB Dominik Stoklosa.