com.fatwire.transformer.common
Class TransformerNotFoundException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
com.fatwire.transformer.common.TransformerNotFoundException
- All Implemented Interfaces: 
 - java.io.Serializable
 
public class TransformerNotFoundException
- extends java.lang.Exception
 
Exception is thrown if there is no Transformer available for a output file
 type.
- See Also:
 - Serialized Form
 
 
 
| 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 | 
 
TransformerNotFoundException
public TransformerNotFoundException()
- Default constructor..
 
TransformerNotFoundException
public TransformerNotFoundException(java.lang.String message)
- Parameters:
 message - 
TransformerNotFoundException
public TransformerNotFoundException(java.lang.Throwable cause)
- Parameters:
 cause - 
TransformerNotFoundException
public TransformerNotFoundException(java.lang.String message,
                                    java.lang.Throwable cause)
- Parameters:
 message - cause - 
Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.