de.hunsicker.jalopy.language
Class TransformationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.hunsicker.jalopy.language.TransformationException
All Implemented Interfaces:
java.io.Serializable

public class TransformationException
extends java.lang.Exception

Indicates an error during a transformation.

Version:
$Revision: 1.2 $
Author:
Marco Hunsicker
See Also:
Serialized Form

Constructor Summary
TransformationException(java.lang.String msg)
          Creates a new TransformationException.
 
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

TransformationException

public TransformationException(java.lang.String msg)
Creates a new TransformationException.

Parameters:
msg - the error message.


Copyright © 1997-2012 Jalopy. All Rights Reserved.