|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.andromda.core.translation.library.LibraryException
public class LibraryException
Any unchecked exception that will be thrown when any translation rules exception occurs.
| 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 |
|---|
public LibraryException(Throwable parent)
parent - the parent exceptionpublic LibraryException(String message)
message - the exception message
public LibraryException(String message,
Throwable parent)
message - the exception messageparent - the parent exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||