Package org.apache.solr.cli
Class SolrCLI.AssertionFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.solr.cli.SolrCLI.AssertionFailureException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SolrCLI
public static class SolrCLI.AssertionFailureException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AssertionFailureException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AssertionFailureException
public AssertionFailureException(String message)
-
-