org.eclipse.jet
Class WriterPositionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.jet.WriterPositionException
- All Implemented Interfaces:
- Serializable
- public class WriterPositionException
- extends RuntimeException
Runtime exception to wrap the rather inconvenient checked exception thrown by
the org.eclipse.jface.text classes and methods.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WriterPositionException
public WriterPositionException(Throwable e)
- Create a WriterPostionException that wraps another exception
- Parameters:
e
-