Class CommandLineConfigurationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CommandLineConfigurationException
    extends java.lang.Exception
    Signals an error during the construction of the command line used to invoke key tool.
    Since:
    1.1
    Version:
    $Id$
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      CommandLineConfigurationException​(java.lang.String message)
      Creates a new exception using the specified detail message.
      CommandLineConfigurationException​(java.lang.String message, java.lang.Throwable cause)
      Creates a new exception using the specified detail message and cause.
    • 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

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

      • CommandLineConfigurationException

        public CommandLineConfigurationException​(java.lang.String message,
                                                 java.lang.Throwable cause)
        Creates a new exception using the specified detail message and cause.
        Parameters:
        message - The detail message for this exception, may be null.
        cause - The nested exception, may be null.
      • CommandLineConfigurationException

        public CommandLineConfigurationException​(java.lang.String message)
        Creates a new exception using the specified detail message.
        Parameters:
        message - The detail message for this exception, may be null.