edu.wisc.trace.uch
Class TANotImplementedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.wisc.trace.uch.TANotImplementedException
All Implemented Interfaces:
Serializable

public class TANotImplementedException
extends Exception

See Also:
Serialized Form

Constructor Summary
TANotImplementedException()
          Creates a new TANotImplementedException instance.
TANotImplementedException(String message)
          Creates a new TANotImplementedException instance with a specific message.
TANotImplementedException(String message, Throwable cause)
          Creates a new TANotImplementedException instance with a specific message and a Throwable cause.
TANotImplementedException(Throwable cause)
          Creates a new TANotImplementedException instance with a Throwable cause.
 
Method Summary
 
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

TANotImplementedException

public TANotImplementedException()
Creates a new TANotImplementedException instance.


TANotImplementedException

public TANotImplementedException(String message)
Creates a new TANotImplementedException instance with a specific message.

Parameters:
message - The message to be sent with the exception.

TANotImplementedException

public TANotImplementedException(String message,
                                 Throwable cause)
Creates a new TANotImplementedException instance with a specific message and a Throwable cause.

Parameters:
message - The message to be sent with the exception.
cause - The Throwable cause.

TANotImplementedException

public TANotImplementedException(Throwable cause)
Creates a new TANotImplementedException instance with a Throwable cause.

Parameters:
cause - The Throwable cause.


Copyright © 2006-2008 Trace R&D Center, University of Wisconsin-Madison. All Rights Reserved.