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

Constructor Summary
CommandException(Exception excp)
          Construct a CommandException from another exception.
CommandException(String message)
          Construct a CommandException using a single message string
 
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

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.