|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.cip4.jdflib.core.JDFException
public class JDFException
| Constructor Summary | |
|---|---|
JDFException(String message)
constructor the id is calculated as a hash code |
|
JDFException(String message,
boolean bPrintStack)
Deprecated. print the stack trace in the application |
|
JDFException(String message,
int _id)
constructor if a stack trace is needed use JDFException (String message, boolean bPrintStack) |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
equals that includes the value of id |
int |
getID()
return a unique identifier of this exception if id was not explicitley set, a hash code is returned |
int |
hashCode()
|
String |
toString()
toString - StringRepresentation of JDFNode |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JDFException(String message)
message - the message to print out
public JDFException(String message,
int _id)
message - _id - id of the exception - never use id=0, since this is the flag to use the has code as id
@Deprecated
public JDFException(String message,
boolean bPrintStack)
message - bPrintStack - print Stacktrace if true| Method Detail |
|---|
public boolean equals(Object obj)
equals in class Objectobj -
Object.equals(java.lang.Object)public int hashCode()
hashCode in class ObjectObject.hashCode()public String toString()
toString in class Throwablepublic int getID()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||