|
|||||||||
| 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
com.ace.moab.api.global.InvalidMoabArgumentException
public class InvalidMoabArgumentException
This exception is thrown when an invalid argument is passed to a class representing a Moab object.
| Constructor Summary | |
|---|---|
InvalidMoabArgumentException(java.lang.String msg)
Constructor used to throw an exception with a descriptive message. |
|
InvalidMoabArgumentException(java.lang.String msg,
java.lang.Throwable th)
Constructor used to throw an exception with a descriptive message and the reason for this 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 |
|---|
public InvalidMoabArgumentException(java.lang.String msg)
msg - a message explaining the exception.
public InvalidMoabArgumentException(java.lang.String msg,
java.lang.Throwable th)
msg - a message explaining the exception.th - the throwable stack trace that caused this exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||