public class BehaviorException
extends java.lang.Exception
Exception produced when fails the process that interacts with a MapControl
object,
using some tool.
Constructor and Description |
---|
BehaviorException(java.lang.String message)
Creates a new behavior exception with the specified detail message.
|
BehaviorException(java.lang.String message,
java.lang.Throwable cause)
Creates a new behavior exception with the specified detail message and cause.
|
public BehaviorException(java.lang.String message)
Creates a new behavior exception with the specified detail message.
Exception.Exception(String)
public BehaviorException(java.lang.String message, java.lang.Throwable cause)
Creates a new behavior exception with the specified detail message and cause.
Exception.Exception(String, Throwable)