jpl.mipl.spice.jni
Class BadDatabaseDescriptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jpl.mipl.spice.jni.BadDatabaseDescriptionException
- All Implemented Interfaces:
- Serializable
public class BadDatabaseDescriptionException
- extends Exception
- Version:
- Author:
- mpb
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BadDatabaseDescriptionException
public BadDatabaseDescriptionException()
- Creates new
BadDatabaseDescriptionException without detail message.
BadDatabaseDescriptionException
public BadDatabaseDescriptionException(String msg)
- Constructs an
BadDatabaseDescriptionException with the specified detail message.
- Parameters:
msg - the detail message.