| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.sourcejammer.util.SourceJammerExceptionChain
                    |
                    +--org.sourcejammer.project.NodeDoesNotExistException
This exception is thrown if a node is requested but the node does not exist.
| Field Summary | 
| Fields inherited from class org.sourcejammer.util.SourceJammerExceptionChain | 
|  | 
| Fields inherited from class java.lang.Exception | 
|  | 
| Fields inherited from class java.lang.Throwable | 
|  | 
| Constructor Summary | |
| NodeDoesNotExistException() | |
| NodeDoesNotExistException(java.lang.String msg) | |
| NodeDoesNotExistException(java.lang.String msg,
                          java.lang.Exception ex) | |
| Methods inherited from class org.sourcejammer.util.SourceJammerExceptionChain | 
| getMessage, getPrevException, getProcessExceptionChain, printStackTrace, printStackTrace, printStackTrace, setProcessExceptionChain, toString | 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public NodeDoesNotExistException()
public NodeDoesNotExistException(java.lang.String msg)
public NodeDoesNotExistException(java.lang.String msg,
                                 java.lang.Exception ex)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||