Scala Monitoring and Control System API
com.lafros.macs

class CmdException

[source: com/lafros/macs/CmdException.scala]

abstract class CmdException(s : java.lang.String, e : java.lang.Exception)
extends java.lang.Exception with AnyRef
as may be thrown by a NonPollableDriver's interpretCmd method.
Author
Rob Dickens
Direct Known Subclasses:
CmdNotRecognisedException, CmdUsageException, CmdExecutionException

Method Summary
override def toString : java.lang.String
Returns a string representation of the object.
Methods inherited from java.lang.Throwable
java.lang.Throwable.getMessage, java.lang.Throwable.getLocalizedMessage, java.lang.Throwable.getCause, java.lang.Throwable.initCause, java.lang.Throwable.printStackTrace, java.lang.Throwable.printStackTrace, java.lang.Throwable.printStackTrace, java.lang.Throwable.fillInStackTrace, java.lang.Throwable.getStackTrace, java.lang.Throwable.setStackTrace
Methods inherited from AnyRef
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
override def toString : java.lang.String
Returns a string representation of the object.

The default representation is platform dependent.

Returns
a string representation of the object.



Copyright 2009 Latterfrosken Software Development Limited