org.ujac.util.table
Class TableIterationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ujac.util.table.TableIterationException
All Implemented Interfaces:
Serializable

public class TableIterationException
extends RuntimeException

Name: TableIterationException
Description: An exception class for table iteration failures.

Author:
lauerc
See Also:
Serialized Form

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

TableIterationException

public TableIterationException()
Constructs a TableIterationException instance with no specific attributes.


TableIterationException

public TableIterationException(String message)
Constructs a TableIterationException instance with specific attributes.

Parameters:
message - The error message.

TableIterationException

public TableIterationException(String message,
                               Throwable cause)
Constructs a TableIterationException instance with specific attributes.

Parameters:
message - The error message.
cause - The original cause.

TableIterationException

public TableIterationException(Throwable cause)
Constructs a TableIterationException instance with specific attributes.

Parameters:
cause - The original cause.
Method Detail

printStackTrace

public void printStackTrace(PrintStream stream)
Overrides:
printStackTrace in class Throwable
See Also:
Throwable.printStackTrace(java.io.PrintStream)

printStackTrace

public void printStackTrace(PrintWriter writer)
Overrides:
printStackTrace in class Throwable
See Also:
Throwable.printStackTrace(java.io.PrintWriter)


Copyright © 2003-2004 UJAC.org. All Rights Reserved.