ariba.util.io
Class DeserializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ariba.util.io.DeserializationException
- All Implemented Interfaces:
- Serializable
public class DeserializationException
- extends Exception
Exception signaling an exceptional condition during
deserialization. This exception also provides a means for a
Deserializer client to determine which line generated the
exception.
- See Also:
- Serialized Form
|
Constructor Summary |
DeserializationException(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 |
DeserializationException
public DeserializationException(String string,
int lineNumber)
- Constructs a DeserializationException with the descriptive
message string and lineNumber, the line number
on which the error occurred.
- Parameters:
string - error messagelineNumber - line number at which error occurred
lineNumber
public int lineNumber()
- Returns the line number at which the DeserializationException
occurred.
- Returns:
- the line number
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.