|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.upb.swt.epctools.simulator.explicit.EPCSyntaxError
public class EPCSyntaxError
Exception raised when the internal data structure of the EPC is built. The exception is raised, when the EPC model is syntactically incorrect.
| Field Summary | |
|---|---|
Node |
node
The node at which the syntax error was encountered. |
private static long |
serialVersionUID
Added by Eclipse semi-automatically |
| Constructor Summary | |
|---|---|
EPCSyntaxError(Node node)
Constructs the exception for the given node. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
Returns a textual representation of the parse error and the information on the offending token. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
public Node node
| Constructor Detail |
|---|
EPCSyntaxError(Node node)
node - the syntactically incorrect node| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||