public class HeuristicMixedException
extends java.lang.Exception
| Constructor and Description |
|---|
HeuristicMixedException()
Creates a new
HeuristicMixedException without a
detail message. |
HeuristicMixedException(java.lang.String msg)
Constructs an
HeuristicMixedException with the
specified detail message. |
public HeuristicMixedException()
HeuristicMixedException without a
detail message.public HeuristicMixedException(java.lang.String msg)
HeuristicMixedException with the
specified detail message.msg - the detail message.