|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--net.artima.place.NoURLAvailableException
Thrown to indicate that the getURL() has been called on a
Link, but the Link cannot be expressed in terms
of a URL. A Link's getURL() method will throw this exception
if and only if the Link's hasURL() returns false.
| Constructor Summary | |
NoURLAvailableException()
Constructs a NoURLAvailableException with no detail message. |
|
NoURLAvailableException(java.lang.String s)
Constructs a NoURLAvailableException with the specified detail message. |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public NoURLAvailableException()
NoURLAvailableException with no detail message.public NoURLAvailableException(java.lang.String s)
NoURLAvailableException with the specified detail message.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||