java.lang.Object
java.lang.Throwable
java.lang.Exception
com.maddyhome.idea.vim.ex.ExException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- InvalidArgumentException, InvalidCommandException, InvalidRangeException, MissingArgumentException, NoRangeAllowedException
- public class ExException
- extends java.lang.Exception
Exception class
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ExException
public ExException()
- Constructs an
ExException with no specified detail message.
ExException
public ExException(java.lang.String s)
- Constructs an
ExException with the specified detail message.