Class NotImplementedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.rotgruengelb.nixienaut.exeption.NotImplementedException
- All Implemented Interfaces:
Serializable
This exception is thrown when a method is called that is not implemented yet.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThis exception is thrown when a method is called that is not implemented yet.NotImplementedException(String message) This exception is thrown when a method is called that is not implemented yet. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotImplementedException
public NotImplementedException()This exception is thrown when a method is called that is not implemented yet.- See Also:
-
NotImplementedException
This exception is thrown when a method is called that is not implemented yet.- Parameters:
message- The message to be displayed
-