|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
edu.uci.eecs.doc.cascade.controlflow.UnknownLineNumberException
public class UnknownLineNumberException
An exception indicating that the line of source code on which a given node begins could not be determined.
Node.getSourceCodeLineNumber(),
Serialized Form| Constructor Summary | |
|---|---|
UnknownLineNumberException(Node node)
Creates a new UnknownLineNumberException object. |
|
UnknownLineNumberException(Node node,
String message)
Creates a new UnknownLineNumberException object. |
|
| Method Summary | |
|---|---|
String |
getMessage()
Returns a message describing the exception. |
Node |
getNode()
Returns the node whose line number could not be determined. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, 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 UnknownLineNumberException(Node node)
node - the node whose line number could not be determined
public UnknownLineNumberException(Node node,
String message)
node - the node whose line number could not be determinedmessage - a message describing the problem| Method Detail |
|---|
public Node getNode()
public String getMessage()
getMessage in class Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||