Package org.ggf.drmaa
Class InvalidAttributeValueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.ggf.drmaa.DrmaaException
-
- org.ggf.drmaa.InvalidAttributeValueException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ConflictingAttributeValuesException,InvalidAttributeFormatException
public class InvalidAttributeValueException extends DrmaaException
The value for the property is invalid.- Since:
- 0.4.2
- Version:
- 1.0
- See Also:
JobTemplate, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidAttributeValueException()Creates a new instance ofInvalidAttributeValueExceptionwithout detail message.InvalidAttributeValueException(java.lang.String msg)Constructs an instance ofInvalidAttributeValueExceptionwith the specified detail message.
-
-
-
Constructor Detail
-
InvalidAttributeValueException
public InvalidAttributeValueException()
Creates a new instance ofInvalidAttributeValueExceptionwithout detail message.
-
InvalidAttributeValueException
public InvalidAttributeValueException(java.lang.String msg)
Constructs an instance ofInvalidAttributeValueExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
-