|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
joperties.exceptions.JopertiesException
joperties.exceptions.InterpretationException
public class InterpretationException
This exception is thrown when an interpretation failed by an interpreter.
| Field Summary | |
|---|---|
private AbstractInterpreter<?> |
interpreter
This is the interpreter that failed. |
private static long |
serialVersionUID
|
private java.lang.String |
string
This is the string that the interpreter failed to interpret. |
| Constructor Summary | |
|---|---|
InterpretationException(AbstractInterpreter<?> interpreter,
java.lang.String string)
Constructs the exception. |
|
| Method Summary | |
|---|---|
AbstractInterpreter<?> |
getInterpreter()
This method returns the interpreter that failed. |
java.lang.String |
getString()
This method returns the string that failed to be interpreted. |
| 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 |
| Field Detail |
|---|
private static final long serialVersionUID
private AbstractInterpreter<?> interpreter
private java.lang.String string
| Constructor Detail |
|---|
public InterpretationException(AbstractInterpreter<?> interpreter,
java.lang.String string)
interpreter - The interpreter that failed.string - The string that the interpreter failed to interpret.| Method Detail |
|---|
public AbstractInterpreter<?> getInterpreter()
public java.lang.String getString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||