|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.m2m.atl.core.ATLCoreException
public class ATLCoreException
Exceptions thrown by an ATL Core operation.
| Constructor Summary | |
|---|---|
ATLCoreException(java.lang.String message)
Constructs a new execution exception with the specified detail message. |
|
ATLCoreException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new execution exception with the specified detail message. |
|
| 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 ATLCoreException(java.lang.String message)
message - the detail message
public ATLCoreException(java.lang.String message,
java.lang.Throwable cause)
message - the detail messagecause - the cause
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||