ucar.unidata.data
Class BadDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ucar.unidata.util.WrapperException
                  extended by ucar.unidata.data.BadDataException
All Implemented Interfaces:
Serializable

public class BadDataException
extends WrapperException

WrapperException thrown for bad data

Version:
$Revision: 1.9 $
Author:
IDV Development Team
See Also:
Serialized Form

Constructor Summary
BadDataException(String message)
          Create a new BadDataException with the message from another
BadDataException(String message, Throwable inner)
          Create a new BadDataException with the message from another
 
Method Summary
 
Methods inherited from class ucar.unidata.util.WrapperException
getException, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadDataException

public BadDataException(String message,
                        Throwable inner)
Create a new BadDataException with the message from another

Parameters:
message - detail message for this exception
inner - original exception

BadDataException

public BadDataException(String message)
Create a new BadDataException with the message from another

Parameters:
message - detail message associated with this exception