net.sf.dexterim.oscar.io
Class ParserException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sf.dexterim.oscar.io.ParserException
All Implemented Interfaces:
java.io.Serializable

public class ParserException
extends java.lang.Exception

Author:
christoph
See Also:
Serialized Form

Constructor Summary
ParserException()
           
ParserException(int code)
           
ParserException(java.lang.String message)
           
ParserException(java.lang.String message, java.lang.Throwable cause)
           
ParserException(java.lang.Throwable cause)
           
 
Method Summary
 net.sf.dexterim.oscar.io.ErrorCode getErrorCode()
           
 java.lang.String getMessage()
           
 
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
 

Constructor Detail

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 -
Method Detail

getMessage

public java.lang.String getMessage()

getErrorCode

public net.sf.dexterim.oscar.io.ErrorCode getErrorCode()


Copyright © 2003-2004 Dexter IM Team. All Rights Reserved.