visad
Class DomainException
java.lang.Object
java.lang.Throwable
java.lang.Exception
visad.VisADException
visad.FieldException
visad.DomainException
- All Implemented Interfaces:
- Serializable
public class DomainException
- extends FieldException
Supports exceptions for bad or invalid or inappropriate domains
of Fields.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DomainException
public DomainException()
- construct a DomainException with null message String
DomainException
public DomainException(String s)
- construct a DomainException with given message String
- Parameters:
s
- message String