jade.core
Class ProfileException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jade.core.ProfileException

public class ProfileException
extends java.lang.Exception

Author:
Giovanni Caire - TILAB
See Also:
Serialized Form

Constructor Summary
ProfileException()
          Construct a ProfileException with no message.
ProfileException(java.lang.String msg)
          Construct a ProfileException with the given message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProfileException

public ProfileException()
Construct a ProfileException with no message.

ProfileException

public ProfileException(java.lang.String msg)
Construct a ProfileException with the given message.
Parameters:
msg - The exception message.