Class InvalidArgument

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.tools.corba.ee.idl.InvalidArgument
All Implemented Interfaces:
Serializable

public class InvalidArgument extends Exception
An invalid argument for the compiler has been encountered.
See Also:
  • Field Details

    • message

      private String message
  • Constructor Details

    • InvalidArgument

      public InvalidArgument(String arg)
      Parameters:
      arg - the invalid argument.
    • InvalidArgument

      public InvalidArgument()
  • Method Details