Class Input

java.lang.Object
com.sun.tools.corba.se.logutil.Input

public class Input extends Object
  • Constructor Details

  • Method Details

    • getGroupName

      public String getGroupName()
      Returns the name of this group of exceptions.
      Returns:
      the name of this group of exceptions.
    • getPackageName

      public String getPackageName()
      Returns the name of the package this class will go in.
      Returns:
      the name of the package.
    • getClassName

      public String getClassName()
      Returns the name of the generated class.
      Returns:
      the name of the class.
    • getExceptions

      public Queue<InputException> getExceptions()
      Returns the exceptions contained in this class.
      Returns:
      the exceptions.
    • toString

      public String toString()
      Returns a textual representation of this input.
      Overrides:
      toString in class Object
      Returns:
      a textual representation.