Class InputException

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

public class InputException extends Object
  • Constructor Details

    • InputException

      public InputException(String name)
      Constructs a new InputException with the specified name.
      Parameters:
      name - the name of the new exception;
  • Method Details

    • add

      public void add(InputCode c)
      Adds a new code to this exception.
      Parameters:
      c - the code to add.
    • getName

      public String getName()
      Returns the name of this exception.
      Returns:
      the exception's name.
    • getCodes

      public Queue<InputCode> getCodes()
      Returns the codes associated with this exception.
      Returns:
      the exception's codes.
    • toString

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