Package eu.simuline.util
Class NotYetImplementedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- eu.simuline.util.NotYetImplementedException
-
- All Implemented Interfaces:
java.io.Serializable
public class NotYetImplementedException extends java.lang.RuntimeExceptionThrown if a place in the code is reached, where implementation is not finished.- Version:
- 1.0
- Author:
- Ernst Reissner
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description NotYetImplementedException()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-