Package jade.core
Class ProfileException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jade.util.WrapperException
-
- jade.core.ProfileException
-
- All Implemented Interfaces:
Serializable
public class ProfileException extends WrapperException
This class represents an exception related to JADE profile creation or management.- Author:
- Giovanni Caire - TILAB
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProfileException(String msg)Construct aProfileExceptionwith the given message.ProfileException(String msg, Throwable t)Constructs aProfileExceptionwith the specified detail message, wrapping the givenThrowableobject.
-
Method Summary
-
Methods inherited from class jade.util.WrapperException
getMessage, getNested, printStackTrace, printStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ProfileException
public ProfileException(String msg)
Construct aProfileExceptionwith the given message.- Parameters:
msg- The exception message.
-
-