visad
Class SetException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- visad.VisADException
-
- visad.SetException
-
- All Implemented Interfaces:
- java.io.Serializable
public class SetException extends VisADException
SetExceptionis an exception for an error with a VisAD sampling.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description SetException()Constructs aSetExceptionwith no specified detail message.SetException(java.lang.String message)Constructs aSetExceptionwith the specified detail message.SetException(java.lang.String message, java.lang.Throwable cause)Constructs aSetExceptionwith the specified detail message and cause.SetException(java.lang.Throwable cause)Constructs aSetExceptionwith the specified cause.
-
-
-
Constructor Detail
-
SetException
public SetException()
Constructs aSetExceptionwith no specified detail message.
-
SetException
public SetException(java.lang.String message)
Constructs aSetExceptionwith the specified detail message.- Parameters:
message- Detail message.
-
SetException
public SetException(java.lang.String message, java.lang.Throwable cause)Constructs aSetExceptionwith the specified detail message and cause.- Parameters:
message- Detail message.cause- Cause of the exception.nullindicates that the cause is nonexistent or unknown.
-
SetException
public SetException(java.lang.Throwable cause)
Constructs aSetExceptionwith the specified cause.- Parameters:
cause- Cause of the exception.nullindicates that the cause is nonexistent or unknown.
-
-
DMelt 3.0 © DataMelt by jWork.ORG