Package org.pgpainless.exception
Class NotYetImplementedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.pgpainless.exception.NotYetImplementedException
-
- All Implemented Interfaces:
Serializable
public class NotYetImplementedException extends RuntimeException
Method that gets thrown if the user requests some functionality which is not yet implemented.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotYetImplementedException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NotYetImplementedException
public NotYetImplementedException()
-
-