|
||||||||||
| 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
public class FormulaCompilationException
An exception that is thrown during compilation.
| Constructor Summary | |
|---|---|
FormulaCompilationException()
Creates a new compilation exception. |
|
FormulaCompilationException(String message)
Creates a new compilation exception. |
|
FormulaCompilationException(Throwable cause)
Creates a new compilation exception. |
|
| Method Summary | |
|---|---|
String |
toString()
Returns a string representation of the exception. |
| 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 |
| Constructor Detail |
|---|
public FormulaCompilationException()
public FormulaCompilationException(Throwable cause)
cause - the throwable that caused the exception to be raisedpublic FormulaCompilationException(String message)
message - a message that describes what happened| Method Detail |
|---|
public String toString()
toString in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||