|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.ujac.util.table.TableIterationException
public class TableIterationException
Name: TableIterationException
Description: An exception class for table iteration failures.
Constructor Summary | |
---|---|
TableIterationException()
Constructs a TableIterationException instance with no specific attributes. |
|
TableIterationException(String message)
Constructs a TableIterationException instance with specific attributes. |
|
TableIterationException(String message,
Throwable cause)
Constructs a TableIterationException instance with specific attributes. |
|
TableIterationException(Throwable cause)
Constructs a TableIterationException instance with specific attributes. |
Method Summary | |
---|---|
void |
printStackTrace(PrintStream stream)
|
void |
printStackTrace(PrintWriter writer)
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TableIterationException()
public TableIterationException(String message)
message
- The error message.public TableIterationException(String message, Throwable cause)
message
- The error message.cause
- The original cause.public TableIterationException(Throwable cause)
cause
- The original cause.Method Detail |
---|
public void printStackTrace(PrintStream stream)
printStackTrace
in class Throwable
Throwable.printStackTrace(java.io.PrintStream)
public void printStackTrace(PrintWriter writer)
printStackTrace
in class Throwable
Throwable.printStackTrace(java.io.PrintWriter)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |