org.apache.portals.applications.transform
Class TransformException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.portals.applications.transform.TransformException
All Implemented Interfaces:
Serializable

public class TransformException
extends Exception

TransformException

Version:
$Id: TransformException.java 187949 2004-11-15 06:06:42Z taylor $
Author:
David Sean Taylor
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
TransformException()
          Constructs a new TransformException without specified detail message.
TransformException(String msg)
          Constructs a new TransformException with specified detail message.
TransformException(String msg, Throwable nested)
          Constructs a new TransformException with specified detail message and nested Throwable.
TransformException(Throwable nested)
          Constructs a new TransformException with specified nested Throwable.
 
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

TransformException

public TransformException()
Constructs a new TransformException without specified detail message.


TransformException

public TransformException(String msg)
Constructs a new TransformException with specified detail message.

Parameters:
msg - the error message.

TransformException

public TransformException(Throwable nested)
Constructs a new TransformException with specified nested Throwable.

Parameters:
nested - the exception or error that caused this exception to be thrown.

TransformException

public TransformException(String msg,
                          Throwable nested)
Constructs a new TransformException with specified detail message and nested Throwable.

Parameters:
msg - the error message.
nested - the exception or error that caused this exception to be thrown.


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.