com.sap.ip.me.api.pios.symbology
Class InvalidSymbologyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sap.ip.me.api.services.MEException
              extended bycom.sap.ip.me.api.pios.PIOSException
                  extended bycom.sap.ip.me.api.pios.symbology.InvalidSymbologyException
All Implemented Interfaces:
java.io.Serializable

public class InvalidSymbologyException
extends PIOSException

Exception to be thrown when the options for a given symbology are not valid.

Since:
MI 2.5
Author:
Abaco
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.sap.ip.me.api.pios.PIOSException
ALREADY_CREATED, ALREADY_OPENED, CONFIGURATION_ERROR, GENERIC_ERROR, INVALID_OBJECT, INVALID_PARAMETER, INVALID_SYMBOLOGY, LIBRARY_NOT_LOADED, NOT_CREATED, NOT_OPENED, OUT_OF_MEMORY, SPECIFIC_PRINTER_ERROR, SPECIFIC_RFID_ERROR, SPECIFIC_SCANNER_ERROR, TIMEOUT, UNKNOWN_ERROR, UNSPECIFIED_ERROR, UNSUPPORTED
 
Constructor Summary
InvalidSymbologyException()
          Constructs a new InvalidSymbologyException object.
InvalidSymbologyException(java.lang.String message)
          Constructs a new InvalidSymbologyException object with the message provided.
 
Methods inherited from class com.sap.ip.me.api.pios.PIOSException
getErrorCode, getException
 
Methods inherited from class com.sap.ip.me.api.services.MEException
getNestedException, getReason, 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

InvalidSymbologyException

public InvalidSymbologyException()
Constructs a new InvalidSymbologyException object.


InvalidSymbologyException

public InvalidSymbologyException(java.lang.String message)
Constructs a new InvalidSymbologyException object with the message provided.

Parameters:
message - error message


Copyright © 2005 SAP AG. All Rights Reserved.