|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.pleso.framework.client.bl.exceptions.FrameworkRuntimeException
net.pleso.framework.client.ui.NotImplementedFeatureException
public class NotImplementedFeatureException
This exception is thrown by framework user interface component when it can not support some business logic class implementation.
Constructor Summary | |
---|---|
NotImplementedFeatureException(java.lang.String message)
Constructs a new exception with the specified detail message. |
|
NotImplementedFeatureException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new runtime exception with the specified detail message. |
|
NotImplementedFeatureException(java.lang.Throwable cause)
Constructs a new exception with the specified cause and a detail message of (cause==null ? |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NotImplementedFeatureException(java.lang.String message)
message
- the detail messagepublic NotImplementedFeatureException(java.lang.Throwable cause)
(cause==null ? null : cause.toString())
(which
typically contains the class and detail message of cause).
cause
- the causepublic NotImplementedFeatureException(java.lang.String message, java.lang.Throwable cause)
message
- the detail messagecause
- the cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |