DLESE Tools
v1.2

org.dlese.dpc.services.mmd
Class ErrorDesc

java.lang.Object
  extended byorg.dlese.dpc.services.mmd.ErrorDesc

public class ErrorDesc
extends Object

Describes a single error for an Id.


Constructor Summary
ErrorDesc(int msgType, String msg)
           
 
Method Summary
 String getMessage()
          Returns the complete error description with any associated information (reason, etc).
 int getType()
          Returns the error number: one of those in org.dlese.dpc.util.Errors.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ErrorDesc

public ErrorDesc(int msgType,
                 String msg)
Method Detail

toString

public String toString()

getType

public int getType()
Returns the error number: one of those in org.dlese.dpc.util.Errors.


getMessage

public String getMessage()
Returns the complete error description with any associated information (reason, etc).


DLESE Tools
v1.2