jpl.mipl.spice.jni
Class BadDatabaseDescriptionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jpl.mipl.spice.jni.BadDatabaseDescriptionException
All Implemented Interfaces:
Serializable

public class BadDatabaseDescriptionException
extends Exception

Version:
Author:
mpb
See Also:
Serialized Form

Constructor Summary
BadDatabaseDescriptionException()
          Creates new BadDatabaseDescriptionException without detail message.
BadDatabaseDescriptionException(String msg)
          Constructs an BadDatabaseDescriptionException with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.