Class UnableToParseOptions

java.lang.Object
csw.framework.exceptions.UnableToParseOptions

public class UnableToParseOptions extends Object
UnableToParseOptions is thrown while starting the container or host app if any of the options is not valid
  • Constructor Details

    • UnableToParseOptions

      public UnableToParseOptions()
  • Method Details

    • getMessage

      public static String getMessage()
    • getLocalizedMessage

      public static String getLocalizedMessage()
    • getCause

      public static Throwable getCause()
    • initCause

      public static Throwable initCause(Throwable x$1)
    • setCause

      public static final void setCause(Throwable x$1)
    • toString

      public static String toString()
    • printStackTrace

      public static void printStackTrace()
    • printStackTrace

      public static void printStackTrace(PrintStream x$1)
    • printStackTrace

      public static void printStackTrace(PrintWriter x$1)
    • fillInStackTrace

      public static Throwable fillInStackTrace()
    • getStackTrace

      public static StackTraceElement[] getStackTrace()
    • setStackTrace

      public static void setStackTrace(StackTraceElement[] x$1)
    • addSuppressed

      public static final void addSuppressed(Throwable x$1)
    • getSuppressed

      public static final Throwable[] getSuppressed()
    • canEqual

      public abstract static boolean canEqual(Object that)
    • equals

      public abstract static boolean equals(Object that)
    • productArity

      public abstract static int productArity()
    • productElement

      public abstract static Object productElement(int n)
    • productIterator

      public static scala.collection.Iterator<Object> productIterator()
    • productPrefix

      public static String productPrefix()
    • productElementName

      public static String productElementName(int n)
    • productElementNames

      public static scala.collection.Iterator<String> productElementNames()