All Packages Class Hierarchy This Package Previous Next Index
Class sics.agentbase.mif.MIFTypeException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----sics.agentbase.mif.MIFTypeException
- public class MIFTypeException
- extends RuntimeException
-
MIFTypeException()
- Constructs a new MIFTypeException without specification.
-
MIFTypeException(String)
- Constructs a new MIFTypeException with a specification of the exception.
MIFTypeException
public MIFTypeException()
- Constructs a new MIFTypeException without specification.
MIFTypeException
public MIFTypeException(String s)
- Constructs a new MIFTypeException with a specification of the exception.
- Parameters:
- s - A string providing a specification of the exception situation.
All Packages Class Hierarchy This Package Previous Next Index