com.ashridgetech.saxon.debugger
Class CommandException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ashridgetech.saxon.debugger.CommandException
- All Implemented Interfaces:
- Serializable
- public class CommandException
- extends Exception
Holds details of an error found during in a Command.
- See Also:
- Serialized Form
CommandException
public CommandException(String message)
- Construct a
CommandException
using a single
message string
- Parameters:
message
- the error message for the exception
CommandException
public CommandException(Exception excp)
- Construct a
CommandException
from another exception.
- Parameters:
message
- the error message for the exception
Copyright © 2002 Ashridge Technologies Ltd. All Rights Reserved.