|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
csheets.core.formula.compiler.FormulaCompilationException
csheets.core.formula.lang.UnknownElementException
public class UnknownElementException
An exception that is thrown if an unknown language element is requested.
| Constructor Summary | |
|---|---|
UnknownElementException(String identifier)
Creates a new unknown identifier exception. |
|
| Method Summary | |
|---|---|
String |
getIdentifier()
Returns the identifier of the unknown element. |
String |
getMessage()
Returns a message describing the exception. |
String |
toString()
Returns a string representation of the exception. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UnknownElementException(String identifier)
identifier - the identifier of the unknown element| Method Detail |
|---|
public String getIdentifier()
public String getMessage()
getMessage in class Throwablepublic String toString()
toString in class FormulaCompilationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||