cz.cuni.jagrlib
Class NotImplementedException
java.lang.Object
java.lang.Throwable
cz.cuni.jagrlib.NotImplementedException
- All Implemented Interfaces:
- Serializable
public class NotImplementedException
- extends Throwable
This exception is thrown when some function/property is not implemented (yet).
- Since:
- 0.11
- Version:
- 0.25 $Rev: 385 $ $Date: 2007-01-07 01:47:21 +0100 (ne, 07 I 2007) $ $Author: pepca $
- See Also:
JaGrLibException
,
NotImplementedException.java,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotImplementedException
public NotImplementedException()
- Constructs an NotImplementedException with no detail message.
NotImplementedException
public NotImplementedException(String msg)
- Constructs an NotImplementedException with the specified
detail message. A detail message is a String that describes
this particular exception.
- Parameters:
msg
- The detail message.