Package org.ggf.drmaa

Class InvalidAttributeFormatException

    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidAttributeFormatException()
      Creates a new instance of InvalidAttributeFormatException without detail message.
      InvalidAttributeFormatException​(java.lang.String msg)
      Constructs an instance of InvalidAttributeFormatException with the specified detail message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidAttributeFormatException

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

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