net.sf.dexterim.oscar.io
Class ParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sf.dexterim.oscar.io.ParserException
- All Implemented Interfaces:
- java.io.Serializable
- public class ParserException
- extends java.lang.Exception
- Author:
- christoph
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ParserException
public ParserException()
ParserException
public ParserException(java.lang.String message)
- Parameters:
message
-
ParserException
public ParserException(int code)
ParserException
public ParserException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- cause
-
ParserException
public ParserException(java.lang.Throwable cause)
- Parameters:
cause
-
getMessage
public java.lang.String getMessage()
getErrorCode
public net.sf.dexterim.oscar.io.ErrorCode getErrorCode()
Copyright © 2003-2004 Dexter IM Team. All Rights Reserved.