org.openmobileis.common.util.exception
Class BadDataFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.openmobileis.common.util.exception.OpenMISException
              extended byorg.openmobileis.common.util.exception.DefaultException
                  extended byorg.openmobileis.common.util.exception.BadDataFormatException
All Implemented Interfaces:
OpenMISSerializable, java.io.Serializable

public class BadDataFormatException
extends DefaultException

Throws when data are malformed.

Since:
JDK 1.1
Version:
1.0.
Author:
Philippe Delrieu
See Also:
Serialized Form

Constructor Summary
BadDataFormatException()
           
BadDataFormatException(int priority)
           
BadDataFormatException(java.lang.String msg)
           
BadDataFormatException(java.lang.String msg, int priority)
           
BadDataFormatException(java.lang.String msg, java.lang.Throwable t)
           
BadDataFormatException(java.lang.String msg, java.lang.Throwable t, int priority)
           
BadDataFormatException(java.lang.Throwable t)
           
BadDataFormatException(java.lang.Throwable t, int priority)
           
 
Method Summary
 int getService()
          return the default service id : LogServices.DEFAULTSERVICE
 
Methods inherited from class org.openmobileis.common.util.exception.OpenMISException
getNestedError, getPriority, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadDataFormatException

public BadDataFormatException()

BadDataFormatException

public BadDataFormatException(int priority)

BadDataFormatException

public BadDataFormatException(java.lang.String msg,
                              java.lang.Throwable t)

BadDataFormatException

public BadDataFormatException(java.lang.String msg,
                              java.lang.Throwable t,
                              int priority)

BadDataFormatException

public BadDataFormatException(java.lang.String msg)

BadDataFormatException

public BadDataFormatException(java.lang.String msg,
                              int priority)

BadDataFormatException

public BadDataFormatException(java.lang.Throwable t)

BadDataFormatException

public BadDataFormatException(java.lang.Throwable t,
                              int priority)
Method Detail

getService

public int getService()
Description copied from class: DefaultException
return the default service id : LogServices.DEFAULTSERVICE

Overrides:
getService in class DefaultException
Returns:
int LogServices.DEFAULTSERVICE
See Also:
LogServices


Copyright 2005 e-Care. All Rights Reserved.