Module org.jline.style
Package org.jline.console.impl
Class SystemRegistryImpl.UnknownCommandException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jline.console.impl.SystemRegistryImpl.UnknownCommandException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- SystemRegistryImpl
public static class SystemRegistryImpl.UnknownCommandException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownCommandException(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
-
UnknownCommandException
public UnknownCommandException(String message)
-
-