Package 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
WrapperException
thrown for bad data- Version:
- $Revision: 1.9 $
- Author:
- IDV Development Team
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBadDataException
(String message) Create a new BadDataException with the message from anotherBadDataException
(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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
BadDataException
Create a new BadDataException with the message from another- Parameters:
message
- detail message for this exceptioninner
- original exception
-
BadDataException
Create a new BadDataException with the message from another- Parameters:
message
- detail message associated with this exception
-