org.apache.portals.applications.transform
Class TransformException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.portals.applications.transform.TransformException
All Implemented Interfaces:
java.io.Serializable

public class TransformException
extends java.lang.Exception

TransformException

Version:
$Id: TransformException.java 516448 2007-03-09 16:25:47Z ate $
Author:
David Sean Taylor
See Also:
Serialized Form

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

TransformException

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


TransformException

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

Parameters:
msg - the error message.

TransformException

public TransformException(java.lang.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(java.lang.String msg,
                          java.lang.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-2009 Apache Software Foundation. All Rights Reserved.