ie.tomallen.utils
Class TException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ie.tomallen.utils.TException
All Implemented Interfaces:
java.io.Serializable

public class TException
extends java.lang.Exception

Implements the TException for this package

Version:
0.1
Author:
Anders Welen, Tom Allen
See Also:
Serialized Form

Constructor Summary
TException(java.lang.String msg)
          Constructs a TException object.
TException(java.lang.String msg, java.io.PrintStream out)
          Constructs a TException object.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TException

public TException(java.lang.String msg)
Constructs a TException object.

Parameters:
msg - a String ...

TException

public TException(java.lang.String msg,
                  java.io.PrintStream out)
Constructs a TException object.

Parameters:
msg - String to be printed
out - PrintStream to the output should be directed