visad.data
Class BadFormException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- visad.VisADException
-
- visad.data.BadFormException
-
- All Implemented Interfaces:
- java.io.Serializable
public class BadFormException extends VisADException
Exception thrown when the form that the data is in is incorrect.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description BadFormException()Constructs aBadFormExceptionwith no specified detail message.BadFormException(java.lang.String message)Constructs aBadFormExceptionwith the specified detail message.BadFormException(java.lang.String message, java.lang.Throwable cause)Constructs aBadFormExceptionwith the specified detail message and cause.BadFormException(java.lang.Throwable cause)Constructs aBadFormExceptionwith the specified cause.
-
-
-
Constructor Detail
-
BadFormException
public BadFormException()
Constructs aBadFormExceptionwith no specified detail message.
-
BadFormException
public BadFormException(java.lang.String message)
Constructs aBadFormExceptionwith the specified detail message.- Parameters:
message- Detail message.
-
BadFormException
public BadFormException(java.lang.String message, java.lang.Throwable cause)Constructs aBadFormExceptionwith the specified detail message and cause.- Parameters:
message- Detail message.cause- Cause of the exception.nullindicates that the cause is nonexistent or unknown.
-
BadFormException
public BadFormException(java.lang.Throwable cause)
Constructs aBadFormExceptionwith the specified cause.- Parameters:
cause- Cause of the exception.nullindicates that the cause is nonexistent or unknown.
-
-
DMelt 3.0 © DataMelt by jWork.ORG