|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--jade.util.WrapperException | +--jade.core.ProfileException
This class represents an exception related to JADE profile creation or management.
Constructor Summary | |
ProfileException(java.lang.String msg)
Construct a ProfileException with the given message. |
|
ProfileException(java.lang.String msg,
java.lang.Throwable t)
Constructs a ProfileException with the specified detail message,
wrapping the given Throwable object. |
Methods inherited from class jade.util.WrapperException |
getMessage, getNested, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ProfileException(java.lang.String msg)
ProfileException
with the given message.
msg
- The exception message.public ProfileException(java.lang.String msg, java.lang.Throwable t)
ProfileException
with the specified detail message,
wrapping the given Throwable
object.
msg
- The detail message.t
- The exception to wrap.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |