idainfront.pdfcreator4j
Class PdfCreatorError

java.lang.Object
  extended by idainfront.pdfcreator4j.PdfCreatorError

public class PdfCreatorError
extends Object

Class that represents a Pdf Creator Error. Contains a error number and a description for the error

Author:
Johan Ek

Constructor Summary
PdfCreatorError(int errorNumber, String description)
           
 
Method Summary
 String getErrorDescription()
           
 int getErrorNumber()
           
 String toString()
          Overloaded toString method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PdfCreatorError

public PdfCreatorError(int errorNumber,
                       String description)
Method Detail

getErrorNumber

public int getErrorNumber()
Returns:
the error number

getErrorDescription

public String getErrorDescription()
Returns:
the error description

toString

public String toString()
Overloaded toString method

Overrides:
toString in class Object


Copyright © 2009. All Rights Reserved.