XTAS Project (0.6 beta)

xtas
Class UniFormTransformationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--xtas.UniFormTransformationException
All Implemented Interfaces:
java.io.Serializable

public class UniFormTransformationException
extends java.lang.Exception

This exception is thrown when UniFormTree object can not be created

Version:
$Id: UniFormTransformationException.java,v 1.3 2002/11/27 13:41:51 geaz Exp $
See Also:
Serialized Form

Constructor Summary
UniFormTransformationException()
          Constructs an Exception without a message.
UniFormTransformationException(java.lang.String message)
          Constructs an Exception with a detailed message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UniFormTransformationException

public UniFormTransformationException()
Constructs an Exception without a message.

UniFormTransformationException

public UniFormTransformationException(java.lang.String message)
Constructs an Exception with a detailed message.
Parameters:
Message - The message associated with the exception.

XTAS Project (0.6 beta)