Package org.ggf.drmaa

Class InvalidAttributeFormatException

All Implemented Interfaces:
Serializable

public class InvalidAttributeFormatException extends InvalidAttributeValueException
The format for the property value is invalid.
Since:
0.4.2
Version:
1.0
See Also:
  • Constructor Details

    • InvalidAttributeFormatException

      public InvalidAttributeFormatException()
      Creates a new instance of InvalidAttributeFormatException without detail message.
    • InvalidAttributeFormatException

      public InvalidAttributeFormatException(String msg)
      Constructs an instance of InvalidAttributeFormatException with the specified detail message.
      Parameters:
      msg - the detail message.