|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
sofya.graphs.cfg.CFGBuilder.LoadException
public static class CFGBuilder.LoadException
Exception which indicates that an error has occurred during an attempt to load and parse a Java class file for graph construction.
| Constructor Summary | |
|---|---|
CFGBuilder.LoadException()
Creates a class file load exception. |
|
CFGBuilder.LoadException(java.lang.String msg)
Creates a class file load exception with a message. |
|
CFGBuilder.LoadException(java.lang.String msg,
java.lang.Throwable cause)
Creates a class file load exception with a message and causing exception. |
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getCause()
Gets the wrapped exception indicating the original cause for failure. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, 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 |
| Constructor Detail |
|---|
public CFGBuilder.LoadException()
public CFGBuilder.LoadException(java.lang.String msg)
msg - Message associated with this exception.
public CFGBuilder.LoadException(java.lang.String msg,
java.lang.Throwable cause)
| Method Detail |
|---|
public java.lang.Throwable getCause()
getCause in class java.lang.Throwablenull.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||