org.andromda.core.translation.library
Class LibraryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.andromda.core.translation.library.LibraryException
All Implemented Interfaces:
Serializable

public class LibraryException
extends RuntimeException

Any unchecked exception that will be thrown when any translation rules exception occurs.

See Also:
Serialized Form

Constructor Summary
LibraryException(String message)
          Constructs an instance of LibraryException.
LibraryException(String message, Throwable parent)
          Constructs an instance of LibraryException.
LibraryException(Throwable parent)
          Constructs an instance of LibraryException.
 
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

LibraryException

public LibraryException(Throwable parent)
Constructs an instance of LibraryException.

Parameters:
parent - the parent exception

LibraryException

public LibraryException(String message)
Constructs an instance of LibraryException.

Parameters:
message - the exception message

LibraryException

public LibraryException(String message,
                        Throwable parent)
Constructs an instance of LibraryException.

Parameters:
message - the exception message
parent - the parent exception


Copyright © 2003-2012 AndroMDA.org. All Rights Reserved.