|
|||||||||||
| 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
|
+--cad.simcad.pathfinding.path.PathException
| Field Summary | |
static int |
DEST
|
static int |
ORIGIN
|
| Constructor Summary | |
PathException(Path p,
int code)
Creates new PathException without detail message. |
|
PathException(java.lang.String msg)
Constructs an PathException with the specified detail message. |
|
| Method Summary | |
int |
getCode()
|
Path |
getPath()
|
| 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int ORIGIN
public static final int DEST
| Constructor Detail |
public PathException(Path p,
int code)
PathException without detail message.
public PathException(java.lang.String msg)
PathException with the specified detail message.
msg - the detail message.| Method Detail |
public Path getPath()
public int getCode()
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||