org.nhindirect.xd.common.exception
Class MetadataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.nhindirect.xd.common.exception.MetadataException
All Implemented Interfaces:
Serializable

public class MetadataException
extends Exception

Generic exception to be thrown from transformation classes.

Author:
beau
See Also:
Serialized Form

Constructor Summary
MetadataException(String message, Throwable throwable)
          Construct an exception.
 
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

MetadataException

public MetadataException(String message,
                         Throwable throwable)
Construct an exception.

Parameters:
message - The exception message.
throwable - The throwable causing the exception.


Copyright © 2010-2011. All Rights Reserved.