org.hibersap
Class SapException.SapError

java.lang.Object
  extended by org.hibersap.SapException.SapError
Enclosing class:
SapException

public static class SapException.SapError
extends Object

Hold information about (error, warning, info, etc.) values returned by a SAP function.

Author:
cerker

Constructor Summary
SapException.SapError(String type, String id, String number, String message)
           
 
Method Summary
 String getId()
           
 String getMessage()
           
 String getNumber()
           
 String getType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SapException.SapError

public SapException.SapError(String type,
                             String id,
                             String number,
                             String message)
Method Detail

getType

public String getType()

getId

public String getId()

getNumber

public String getNumber()

getMessage

public String getMessage()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 akquinet tech@spree GmbH. All Rights Reserved.