ucar.unidata.data
Class BadDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ucar.unidata.util.WrapperException
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
BadDataException
public BadDataException(String message,
Throwable inner)
- Create a new BadDataException with the message from another
- Parameters:
message - detail message for this exceptioninner - original exception
BadDataException
public BadDataException(String message)
- Create a new BadDataException with the message from another
- Parameters:
message - detail message associated with this exception