|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ariba.util.io.DeserializationException
public class DeserializationException
Exception signaling an exceptional condition during deserialization. This exception also provides a means for a Deserializer client to determine which line generated the exception.
Constructor Summary | |
---|---|
DeserializationException(java.lang.String string,
int lineNumber)
Constructs a DeserializationException with the descriptive message string and lineNumber, the line number on which the error occurred. |
Method Summary | |
---|---|
int |
lineNumber()
Returns the line number at which the DeserializationException occurred. |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeserializationException(java.lang.String string, int lineNumber)
string
- error messagelineNumber
- line number at which error occurredMethod Detail |
---|
public int lineNumber()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |