visad
Class UnitException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- visad.VisADException
-
- visad.UnitException
-
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- UnitExistsException
public class UnitException extends VisADException
A class for exceptions in the units package.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description UnitException()Constructs aUnitExceptionwith no specified detail message.UnitException(java.lang.String message)Constructs aUnitExceptionwith the specified detail message.UnitException(java.lang.String message, java.lang.Throwable cause)Constructs aUnitExceptionwith the specified detail message and cause.UnitException(java.lang.Throwable cause)Constructs aUnitExceptionwith the specified cause.
-
-
-
Constructor Detail
-
UnitException
public UnitException()
Constructs aUnitExceptionwith no specified detail message.
-
UnitException
public UnitException(java.lang.String message)
Constructs aUnitExceptionwith the specified detail message.- Parameters:
message- Detail message.
-
UnitException
public UnitException(java.lang.String message, java.lang.Throwable cause)Constructs aUnitExceptionwith the specified detail message and cause.- Parameters:
message- Detail message.cause- Cause of the exception.nullindicates that the cause is nonexistent or unknown.
-
UnitException
public UnitException(java.lang.Throwable cause)
Constructs aUnitExceptionwith the specified cause.- Parameters:
cause- Cause of the exception.nullindicates that the cause is nonexistent or unknown.
-
-
DMelt 3.0 © DataMelt by jWork.ORG