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