|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception joperties.exceptions.JopertiesException joperties.exceptions.EncodingException
public class EncodingException
This exception is thrown when an encoding failed by an interpreter.
Field Summary | |
---|---|
private AbstractInterpreter<?> |
interpreter
This is the interpreter that failed. |
private java.lang.Object |
obj
This is the object that the interpreter failed to encode. |
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
EncodingException(AbstractInterpreter<?> interpreter,
java.lang.Object obj)
Constructs the exception. |
Method Summary | |
---|---|
AbstractInterpreter<?> |
getInterpreter()
This method returns the interpreter that failed. |
java.lang.Object |
getObject()
This method returns the object that failed to be encoded. |
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.Object obj
Constructor Detail |
---|
public EncodingException(AbstractInterpreter<?> interpreter, java.lang.Object obj)
interpreter
- The interpreter that failed.obj
- The object that the interpreter failed to encode.Method Detail |
---|
public AbstractInterpreter<?> getInterpreter()
public java.lang.Object getObject()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |