visad.data
Class BadRepositoryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
visad.VisADException
visad.data.BadRepositoryException
- All Implemented Interfaces:
- Serializable
public class BadRepositoryException
- extends VisADException
Exception thrown when there's something wrong with the repository.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BadRepositoryException
public BadRepositoryException(String msg)
- Construct an exception with a message.