|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.opensourcephysics.numerics.ParserException
public final class ParserException
Indicates that an error occurred in parser operation, and the operation
could not be completed. Used internally in Parser class.
| Constructor Summary | |
|---|---|
ParserException(int code)
The constructor of ParserException. |
|
ParserException(java.lang.String msg)
Constructor ParserException |
|
| Method Summary | |
|---|---|
int |
getErrorCode()
Gets the error code. |
| 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 |
| Constructor Detail |
|---|
public ParserException(int code)
ParserException.
code - the error codepublic ParserException(java.lang.String msg)
msg - | Method Detail |
|---|
public int getErrorCode()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||