anl.aida.ae.gate
Class UGMappingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by anl.aida.ae.gate.UGMappingException
All Implemented Interfaces:
java.io.Serializable

public class UGMappingException
extends java.lang.Exception

Used to wrap other exceptions thrown during the mapping.

See Also:
Serialized Form

Constructor Summary
UGMappingException(java.lang.String s)
           
UGMappingException(java.lang.String s, java.lang.Throwable 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

UGMappingException

public UGMappingException(java.lang.String s)

UGMappingException

public UGMappingException(java.lang.String s,
                          java.lang.Throwable throwable)